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