From 470a60a3ea8723852568df2ecf7587303b250664 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 10 Mar 2019 00:45:21 +0100 Subject: Fail compilation on error --- tests/main.amal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 */ -- cgit v1.2.3