diff options
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]] |