From 1a8e094e36a412be89610320b70dee9d1a7b3c2c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 Aug 2025 05:00:37 +0900 Subject: refactor: tokenize preprocessor hash and directive name as one token --- tests/083.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/083.sh') 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 ()) +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 ()) +main.c:1: unknown preprocessor directive (bar) EOF bash ../../test_compile_error.sh <<'EOF' -- cgit v1.2.3-70-g09d2