aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/059.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/059.sh')
-rw-r--r--tests/059.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/059.sh b/tests/059.sh
index 189ff5e..a7b92d0 100644
--- a/tests/059.sh
+++ b/tests/059.sh
@@ -7,7 +7,7 @@ int main() }
EOF
cat <<'EOF' > expected
-main.c:1: expected '{', but got '123 (<integer>)'
+main.c:1: expected '{', but got '123'
EOF
test_compile_error <<'EOF'