aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/compare_variable.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/compare_variable.sy')
-rw-r--r--progs/tests/auto/compare_variable.sy9
1 files changed, 0 insertions, 9 deletions
diff --git a/progs/tests/auto/compare_variable.sy b/progs/tests/auto/compare_variable.sy
deleted file mode 100644
index 25d21f4..0000000
--- a/progs/tests/auto/compare_variable.sy
+++ /dev/null
@@ -1,9 +0,0 @@
-start :: fn {
-a := 1
- if a == 0 {
- <!>
- }
- if a != 1 {
- <!>
- }
-}