summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/unit-testing/ifelse.fate')
-rw-r--r--data/unit-testing/ifelse.fate2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/unit-testing/ifelse.fate b/data/unit-testing/ifelse.fate
index 34bc4f0..65a228f 100644
--- a/data/unit-testing/ifelse.fate
+++ b/data/unit-testing/ifelse.fate
@@ -4,12 +4,12 @@
(set! test_name ( IF ELSE ))
+(global bool test)
(if (false)
(assert! (false) [FAILED] (var test_name) Executing dead code 0.)
)
-(global bool test)
(set! test (false))