From a5ee9d944edf665c814bbfeded2849f2bb980ed8 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 31 Aug 2025 00:11:36 +0900 Subject: fix: error message when included file is not found --- tests/057.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/057.sh') diff --git a/tests/057.sh b/tests/057.sh index 291030c..3649588 100644 --- a/tests/057.sh +++ b/tests/057.sh @@ -1,5 +1,5 @@ cat <<'EOF' > expected -cannot open include file: ./nonexistent.h +main.c:1: cannot open include file: "nonexistent.h" EOF test_compile_error <<'EOF' -- cgit v1.2.3-70-g09d2