aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/059.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/059.sh')
-rw-r--r--tests/059.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/059.sh b/tests/059.sh
index 18e9bd7..80a6e10 100644
--- a/tests/059.sh
+++ b/tests/059.sh
@@ -1,7 +1,7 @@
set -e
cat <<'EOF' > expected
-expected '{', but got '}'
+main.c:1: expected '{', but got '}'
EOF
bash ../../test_compile_error.sh <<'EOF'
@@ -9,7 +9,7 @@ int main() }
EOF
cat <<'EOF' > expected
-expected '{', but got '123 (<integer>)'
+main.c:1: expected '{', but got '123 (<integer>)'
EOF
bash ../../test_compile_error.sh <<'EOF'