diff options
| author | Martin Wickham <spexguy070@gmail.com> | 2021-09-22 14:39:02 -0500 |
|---|---|---|
| committer | Martin Wickham <spexguy070@gmail.com> | 2021-09-22 14:39:02 -0500 |
| commit | d86678778a6bcc31dc3cb92a286c278de1214c38 (patch) | |
| tree | 088979a1981b2c0a8a2201db9532e1b863a823fb /test/cases.zig | |
| parent | 4782bededa2987f493a6c02a27b0a248d04cb072 (diff) | |
| download | zig-d86678778a6bcc31dc3cb92a286c278de1214c38.tar.gz zig-d86678778a6bcc31dc3cb92a286c278de1214c38.zip | |
Fix failing tests and windows link dependencies
Diffstat (limited to 'test/cases.zig')
| -rw-r--r-- | test/cases.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases.zig b/test/cases.zig index 33fa5b19e2..3a8389f7d4 100644 --- a/test/cases.zig +++ b/test/cases.zig @@ -26,7 +26,7 @@ pub fn addCases(ctx: *TestContext) !void { var case = ctx.exe("hello world with updates", linux_x64); case.addError("", &[_][]const u8{ - ":95:9: error: struct 'tmp.tmp' has no member named 'main'", + ":97:9: error: struct 'tmp.tmp' has no member named 'main'", }); // Incorrect return type |
