From 3edf942ac85a90707e57d9e251004459aa6b4cea Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 19 Oct 2020 17:52:07 +0200 Subject: eval: record correct source contexts in call stack Also handle calls to C functions. Signed-off-by: Jo-Philipp Wich --- tests/02_runtime/04_switch_case | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/02_runtime/04_switch_case') 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 -----^ -- cgit v1.2.3