aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/negation.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/negation.sy')
-rw-r--r--progs/tests/auto/negation.sy7
1 files changed, 0 insertions, 7 deletions
diff --git a/progs/tests/auto/negation.sy b/progs/tests/auto/negation.sy
deleted file mode 100644
index 41388d8..0000000
--- a/progs/tests/auto/negation.sy
+++ /dev/null
@@ -1,7 +0,0 @@
-start :: fn {
--1 <=> 0 - 1
- -1 + 2 <=> 1
- -(1 + 2) <=> -3
- 1 + -1 <=> 0
- 2 * -1 <=> -2
-}