summaryrefslogtreecommitdiff
path: root/tests/test-suite/constructs.js
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-05-22 14:11:42 +1000
committerdaurnimator <quae@daurnimator.com>2017-05-22 14:11:42 +1000
commit280b5e851aecddd668a635cbcd6eba217d6dc0ba (patch)
treec008ab428f25c7ab335b40216c6b6105ed43f344 /tests/test-suite/constructs.js
parent70e485206d08913cf9709db8e6b589b3df34711e (diff)
downloadfengari-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.js1
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]]