aboutsummaryrefslogtreecommitdiffstats
path: root/tests/compilation.bad
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compilation.bad')
-rw-r--r--tests/compilation.bad8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/compilation.bad b/tests/compilation.bad
index e0682a7..4b25a76 100644
--- a/tests/compilation.bad
+++ b/tests/compilation.bad
@@ -7,11 +7,11 @@
7 7
8; a + b + c 8; a + b + c
9 9
10; if true { 10if true {
11; 1 + 2 11 2
12; } 12}
13 13
14if false { 14if true {
15 1 + 2 15 1 + 2
16} else { 16} else {
17 3 + 4 17 3 + 4