aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/two_arg.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/two_arg.sy')
-rw-r--r--progs/tests/auto/two_arg.sy4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/auto/two_arg.sy b/progs/tests/auto/two_arg.sy
index 60645b5..09ea1f7 100644
--- a/progs/tests/auto/two_arg.sy
+++ b/progs/tests/auto/two_arg.sy
@@ -1,5 +1,5 @@
start :: fn {
-f := fn a:int, b:int { b <=> 3 }
- f! 1, 1 + 2
+ f := fn a:int, b:int { b <=> 3 }
+ f! 1, 1 + 2
}