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