zig/test/incremental/temporary_parse_error
mlugg 6cc848e9f6
incremental: add new test cases
These cover the fixes from the last few commits.
2025-01-04 07:51:19 +00:00

19 lines
363 B
Plaintext

#target=x86_64-linux-selfhosted
#target=x86_64-linux-cbe
#target=x86_64-windows-cbe
#update=initial version
#file=main.zig
const std = @import("std");
pub fn main() !void {}
#expect_stdout=""
#update=introduce parse error
#file=main.zig
pub fn main() !void {
#expect_error=ignored
#update=fix parse error
#file=main.zig
pub fn main() !void {}
#expect_stdout=""