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