From 874c0090722abc1566ad05fc1e96dabeaf19fca0 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 10 Sep 2023 03:31:33 +0800 Subject: [PATCH] ... --- c_bindings/test_answers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_bindings/test_answers.txt b/c_bindings/test_answers.txt index f1de76e8..ba9e11c9 100644 --- a/c_bindings/test_answers.txt +++ b/c_bindings/test_answers.txt @@ -103,7 +103,7 @@ successfully errored with this message: Traceback (most recent call last): File "main.py", line 1 test_nested_error() - File "main.py", line 1 + File "main.py", line 1, in error_from_python def error_from_python() : raise NotImplementedError() NotImplementedError