diff options
Diffstat (limited to 'tests/compile_errors.sh')
| -rw-r--r-- | tests/compile_errors.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compile_errors.sh b/tests/compile_errors.sh index c41d633..e99282b 100644 --- a/tests/compile_errors.sh +++ b/tests/compile_errors.sh @@ -1,5 +1,5 @@ cat <<'EOF' > expected -undefined function: f +main.c:2: undefined function: f EOF test_compile_error <<'EOF' int main() { |
