summaryrefslogtreecommitdiffhomepage
path: root/tests/02_runtime
diff options
context:
space:
mode:
Diffstat (limited to 'tests/02_runtime')
-rw-r--r--tests/02_runtime/04_switch_case8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/02_runtime/04_switch_case b/tests/02_runtime/04_switch_case
index bc8b80e..4a9d3e9 100644
--- a/tests/02_runtime/04_switch_case
+++ b/tests/02_runtime/04_switch_case
@@ -89,10 +89,10 @@ default
-- Expect stderr --
Syntax error: more than one switch default case
-In line 6, byte 9:
+In line 6, byte 2:
` default:`
- Near here -----^
+ ^-- Near here
-- End --
@@ -242,10 +242,10 @@ one
-- Expect stderr --
Died
-In line 6, byte 7:
+In line 6, byte 6:
` die();`
- Near here ------^
+ Near here -----^
-- End --