Skip to content

Commit 09a0bea

Browse files
committed
[TESTS] updated tc_71_2 python error message for version 3.12, accounted for previous output
1 parent fe05c5d commit 09a0bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tc_71_2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
char check_output_6[] =
11-
"Traceback (most recent call last):\n"
11+
// "Traceback (most recent call last):\n"
1212
" File \"/home/runner/work/runtime/runtime/tests/student_code/executor_sanity.py\", line 25, in teleop_main\n"
1313
" oops = 1 / 0\n"
1414
" ~~^~~\n"

0 commit comments

Comments
 (0)