aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-03-10 00:45:21 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commit470a60a3ea8723852568df2ecf7587303b250664 (patch)
tree3129dbc6f4fe399a12a78718147b75b54139af01 /tests
parent12e05d464eb05202b00e65553d920984cb86123d (diff)
Fail compilation on error
Diffstat (limited to 'tests')
-rw-r--r--tests/main.amal2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.amal b/tests/main.amal
index cd0fc60..990dc26 100644
--- a/tests/main.amal
+++ b/tests/main.amal
@@ -10,7 +10,7 @@ const main = fn {
const num2 = 23232;
const num3 = num1 + num2 * 30;
const num4 = (num1 + num2) * num3 * ((34 + 32) / 234.345);
- //const num4 = 23;
+ const num4 = 23;
/*
episfjpseifipesf
*/