summaryrefslogtreecommitdiffhomepage
path: root/tests/02_runtime/01_break_continue
diff options
context:
space:
mode:
Diffstat (limited to 'tests/02_runtime/01_break_continue')
-rw-r--r--tests/02_runtime/01_break_continue2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/02_runtime/01_break_continue b/tests/02_runtime/01_break_continue
index 4616052..a27d072 100644
--- a/tests/02_runtime/01_break_continue
+++ b/tests/02_runtime/01_break_continue
@@ -26,7 +26,7 @@ Testing continue:
-- Testcase --
Testing break:
{%
- local i = 0;
+ let i = 0;
while (true) {
print(" - Iteration ", i, "\n");