aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-04-11 11:45:48 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-04-11 11:45:48 +0300
commit8ce25e04620d4173748a7d7dd310351bac90eacc (patch)
tree01f8aa649eb92ee1c1fc2560468c374c493e3840 /tests
parent52d8eda04d1e2e33bf4c09713d83360453cec435 (diff)
downloadqbt-8ce25e04620d4173748a7d7dd310351bac90eacc.tar.gz
qbt-8ce25e04620d4173748a7d7dd310351bac90eacc.zip
formatting
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) => ();
=> ();
}