aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/3.qbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/3.qbt b/tests/3.qbt
index bba7c31..7c54e0f 100644
--- a/tests/3.qbt
+++ b/tests/3.qbt
@@ -8,6 +8,6 @@ top:
i27 sum = sum + i;
i27 i = i + 1;
i < max -> top;
- &_putchar(sum) => ();
+ &_putchar(i9 sum) => ();
=> ();
}