aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/083.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/083.sh')
-rw-r--r--tests/083.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/083.sh b/tests/083.sh
index 1d95dae..7502cf3 100644
--- a/tests/083.sh
+++ b/tests/083.sh
@@ -1,7 +1,7 @@
set -e
cat <<'EOF' > expected
-main.c:1: unknown preprocessor directive (foo (<identifier>))
+main.c:1: unknown preprocessor directive (foo)
EOF
bash ../../test_compile_error.sh <<'EOF'
@@ -11,7 +11,7 @@ int main() {}
EOF
cat <<'EOF' > expected
-main.c:1: unknown preprocessor directive (bar (<identifier>))
+main.c:1: unknown preprocessor directive (bar)
EOF
bash ../../test_compile_error.sh <<'EOF'