diff options
Diffstat (limited to 'tests/test-suite/inprogress')
-rw-r--r-- | tests/test-suite/inprogress/errors.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |