From c37878302934f9d372e327612bef37da1c8e3a65 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 14 Jan 2026 23:08:01 +0900 Subject: feat: add source location to error messages for undefined symbols --- tests/compile_errors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/compile_errors.sh') diff --git a/tests/compile_errors.sh b/tests/compile_errors.sh index c41d633..e99282b 100644 --- a/tests/compile_errors.sh +++ b/tests/compile_errors.sh @@ -1,5 +1,5 @@ cat <<'EOF' > expected -undefined function: f +main.c:2: undefined function: f EOF test_compile_error <<'EOF' int main() { -- cgit v1.3-1-g0d28