summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/02_runtime/04_switch_case2
-rw-r--r--tests/02_runtime/06_recursion3
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/02_runtime/04_switch_case b/tests/02_runtime/04_switch_case
index d3f6c94..0de87dc 100644
--- a/tests/02_runtime/04_switch_case
+++ b/tests/02_runtime/04_switch_case
@@ -243,7 +243,7 @@ one
-- Expect stderr --
Died
In test(), line 6, byte 7:
- at main function ([stdin]:17:12)
+ called from anonymous function ([stdin]:17:12)
` die();`
Near here -----^
diff --git a/tests/02_runtime/06_recursion b/tests/02_runtime/06_recursion
index 028feba..b222640 100644
--- a/tests/02_runtime/06_recursion
+++ b/tests/02_runtime/06_recursion
@@ -40,8 +40,7 @@ Testing recursive invocations.
-- Expect stderr --
Runtime error: Too much recursion
In test(), line 3, byte 7:
- at function test ([stdin]:3:7)
- at main function ([stdin]:6:6)
+ called from anonymous function ([stdin]:6:6)
` test();`
Near here --^