From c0d1f9b20883b964a3c4a14827f7973ff85bd57b Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 22 May 2017 00:24:36 +1000 Subject: tests/test-suite/inprogress/errors.js: Adjust test C=>JS --- tests/test-suite/inprogress/errors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-suite') diff --git a/tests/test-suite/inprogress/errors.js b/tests/test-suite/inprogress/errors.js index 77e34cf..730a6f3 100644 --- a/tests/test-suite/inprogress/errors.js +++ b/tests/test-suite/inprogress/errors.js @@ -1202,7 +1202,7 @@ test("[test-suite] errors: testing syntax limits", function (t) { string.rep(repc, maxClevel - 10) assert(load(s)) -- 190 levels is OK s = init .. string.rep(rep, maxClevel + 1) - checkmessage(s, "too many C levels") + checkmessage(s, "too many JS levels") end testrep("local a; a", ",a", "= 1", ",1") -- multiple assignment -- cgit v1.2.3-54-g00ecf