Skip to content

Commit fe05c5d

Browse files
committed
[TESTS] updated tc_71_2 python error message for version 3.12, forgot a newline
1 parent f07e86b commit fe05c5d

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
@@ -11,7 +11,7 @@ char check_output_6[] =
1111
"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"
14-
" ~~^~~"
14+
" ~~^~~\n"
1515
"ZeroDivisionError: division by zero\n";
1616

1717
int main() {

0 commit comments

Comments
 (0)