aboutsummaryrefslogtreecommitdiff
path: root/test/incremental/temporary_parse_error
diff options
context:
space:
mode:
authormlugg <mlugg@mlugg.co.uk>2025-01-25 09:32:40 +0000
committermlugg <mlugg@mlugg.co.uk>2025-01-25 09:32:40 +0000
commitfcf8d5ada28c02722575cc78d41171692a227061 (patch)
tree038d8ee507ce30836196db0bd951e3b18b8fcc2e /test/incremental/temporary_parse_error
parent7ef345f342534f93a7e61d9ecd096523f048871d (diff)
downloadzig-fcf8d5ada28c02722575cc78d41171692a227061.tar.gz
zig-fcf8d5ada28c02722575cc78d41171692a227061.zip
incr-check: check compile errors against expected
Also modifies all incremental cases using `#expect_error` to include the errors and notes which are expected.
Diffstat (limited to 'test/incremental/temporary_parse_error')
-rw-r--r--test/incremental/temporary_parse_error2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/incremental/temporary_parse_error b/test/incremental/temporary_parse_error
index 675232ea94..0933546d33 100644
--- a/test/incremental/temporary_parse_error
+++ b/test/incremental/temporary_parse_error
@@ -11,7 +11,7 @@ pub fn main() !void {}
#update=introduce parse error
#file=main.zig
pub fn main() !void {
-#expect_error=ignored
+#expect_error=main.zig:2:1: error: expected statement, found 'EOF'
#update=fix parse error
#file=main.zig