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