aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/simplest.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/simplest.sy')
-rw-r--r--progs/tests/auto/simplest.sy4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/auto/simplest.sy b/progs/tests/auto/simplest.sy
index 5669dc0..14a6534 100644
--- a/progs/tests/auto/simplest.sy
+++ b/progs/tests/auto/simplest.sy
@@ -1,4 +1,4 @@
start :: fn {
-f := fn {}
- f()
+ f := fn {}
+ f()
}