diff options
Diffstat (limited to 'tests/02_runtime/06_recursion')
-rw-r--r-- | tests/02_runtime/06_recursion | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/02_runtime/06_recursion b/tests/02_runtime/06_recursion index b222640..470fc3a 100644 --- a/tests/02_runtime/06_recursion +++ b/tests/02_runtime/06_recursion @@ -39,11 +39,11 @@ Testing recursive invocations. -- Expect stderr -- Runtime error: Too much recursion -In test(), line 3, byte 7: - called from anonymous function ([stdin]:6:6) +In test(), line 3, byte 8: + called from anonymous function ([stdin]:6:7) ` test();` - Near here --^ + Near here ---^ -- End -- |