aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/constant_function.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/constant_function.sy')
-rw-r--r--progs/tests/auto/constant_function.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/auto/constant_function.sy b/progs/tests/auto/constant_function.sy
index 2ec4019..22ddfe2 100644
--- a/progs/tests/auto/constant_function.sy
+++ b/progs/tests/auto/constant_function.sy
@@ -1,4 +1,4 @@
a :: fn {}
start :: fn {
- a()
+ a()
}