We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07e86b commit fe05c5dCopy full SHA for fe05c5d
tests/integration/tc_71_2.c
@@ -11,7 +11,7 @@ char check_output_6[] =
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
- " ~~^~~"
+ " ~~^~~\n"
15
"ZeroDivisionError: division by zero\n";
16
17
int main() {
0 commit comments