summaryrefslogtreecommitdiff
path: root/tests/test_controll.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_controll.tnsl')
-rw-r--r--tests/test_controll.tnsl12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/test_controll.tnsl b/tests/test_controll.tnsl
deleted file mode 100644
index 47ff241..0000000
--- a/tests/test_controll.tnsl
+++ /dev/null
@@ -1,12 +0,0 @@
-/; main [int]
-
- /; if (false)
- return 1
- ;; else if (1 == 0)
- return 2
- ;; else
- return 69
- ;/
-
- return 0
-;/