diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-22 14:11:42 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-22 14:11:42 +1000 |
commit | 280b5e851aecddd668a635cbcd6eba217d6dc0ba (patch) | |
tree | c008ab428f25c7ab335b40216c6b6105ed43f344 /tests/test-suite/constructs.js | |
parent | 70e485206d08913cf9709db8e6b589b3df34711e (diff) | |
download | fengari-280b5e851aecddd668a635cbcd6eba217d6dc0ba.tar.gz fengari-280b5e851aecddd668a635cbcd6eba217d6dc0ba.tar.bz2 fengari-280b5e851aecddd668a635cbcd6eba217d6dc0ba.zip |
tests: remove some extra prints
Diffstat (limited to 'tests/test-suite/constructs.js')
-rw-r--r-- | tests/test-suite/constructs.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-suite/constructs.js b/tests/test-suite/constructs.js index d260843..20a1210 100644 --- a/tests/test-suite/constructs.js +++ b/tests/test-suite/constructs.js @@ -371,7 +371,6 @@ if (false) { cases[1] = basiccases for i = 2, level do cases[i] = createcases(i) end - print("+") local prog = [[if %s then IX = true end; return %s]] |