aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/parenthesis.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/parenthesis.sy')
-rw-r--r--progs/tests/auto/parenthesis.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/auto/parenthesis.sy b/progs/tests/auto/parenthesis.sy
index b456769..dd6fe8a 100644
--- a/progs/tests/auto/parenthesis.sy
+++ b/progs/tests/auto/parenthesis.sy
@@ -1,3 +1,3 @@
start :: fn {
-(1 + 2) * 3 <=> 9
+ (1 + 2) * 3 <=> 9
}