diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-22 00:24:36 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-22 00:50:44 +1000 |
commit | c0d1f9b20883b964a3c4a14827f7973ff85bd57b (patch) | |
tree | 0648832cd0791cda1e732c9d40881899fedc90f5 /tests/test-suite/inprogress | |
parent | f58f0c12c68c55ab020aab2c5f702c846b9f2adc (diff) | |
download | fengari-c0d1f9b20883b964a3c4a14827f7973ff85bd57b.tar.gz fengari-c0d1f9b20883b964a3c4a14827f7973ff85bd57b.tar.bz2 fengari-c0d1f9b20883b964a3c4a14827f7973ff85bd57b.zip |
tests/test-suite/inprogress/errors.js: Adjust test C=>JS
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 |