Skip to content

Commit f07e86b

Browse files
committed
[TESTS] updated tc_71_2 python error message for version 3.12
1 parent cf9d106 commit f07e86b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/integration/tc_71_2.c

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
*/
99

1010
char check_output_6[] =
11-
"line 25, in teleop_main\n"
12-
" oops = 1 / 0\n"
11+
"Traceback (most recent call last):\n"
12+
" File \"/home/runner/work/runtime/runtime/tests/student_code/executor_sanity.py\", line 25, in teleop_main\n"
13+
" oops = 1 / 0\n"
14+
" ~~^~~"
1315
"ZeroDivisionError: division by zero\n";
1416

1517
int main() {

0 commit comments

Comments
 (0)