diff options
Diffstat (limited to 'tests/02_runtime/06_recursion')
-rw-r--r-- | tests/02_runtime/06_recursion | 3 |
1 files changed, 1 insertions, 2 deletions
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 --^ |