aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/059.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/059.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/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'