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