aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/057.sh
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-31 00:11:36 +0900
committernsfisis <nsfisis@gmail.com>2025-08-31 00:16:04 +0900
commita5ee9d944edf665c814bbfeded2849f2bb980ed8 (patch)
tree81c111c54d47e11a90e928edaeef6e1a1eba1e57 /tests/057.sh
parent76b0c6bb6bbc339789943ada1f79ec1eba52239f (diff)
downloadducc-a5ee9d944edf665c814bbfeded2849f2bb980ed8.tar.gz
ducc-a5ee9d944edf665c814bbfeded2849f2bb980ed8.tar.zst
ducc-a5ee9d944edf665c814bbfeded2849f2bb980ed8.zip
fix: error message when included file is not found
Diffstat (limited to 'tests/057.sh')
-rw-r--r--tests/057.sh2
1 files changed, 1 insertions, 1 deletions
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'