diff options
| author | Meghan Denny <hello@nektro.net> | 2025-02-03 00:03:35 -0800 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-02-03 14:54:39 +0100 |
| commit | 7ac110ac250aff4144efa2e29e4ab6610e851514 (patch) | |
| tree | cce326fc876fc907a98b87d2efb044438645dd10 /test/cases/compile_errors | |
| parent | 953355ebeab881abff4a2c9315daa4fbb290d733 (diff) | |
| download | zig-7ac110ac250aff4144efa2e29e4ab6610e851514.tar.gz zig-7ac110ac250aff4144efa2e29e4ab6610e851514.zip | |
meta: fix failing test case affecting master
Diffstat (limited to 'test/cases/compile_errors')
| -rw-r--r-- | test/cases/compile_errors/redundant_try.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cases/compile_errors/redundant_try.zig b/test/cases/compile_errors/redundant_try.zig index 22dabb1bdb..7d02bbd967 100644 --- a/test/cases/compile_errors/redundant_try.zig +++ b/test/cases/compile_errors/redundant_try.zig @@ -44,9 +44,9 @@ comptime { // // :5:23: error: expected error union type, found 'comptime_int' // :10:23: error: expected error union type, found '@TypeOf(.{})' -// :15:23: error: expected error union type, found 'tmp.test2__struct_493' +// :15:23: error: expected error union type, found 'tmp.test2__struct_494' // :15:23: note: struct declared here -// :20:27: error: expected error union type, found 'tmp.test3__struct_495' +// :20:27: error: expected error union type, found 'tmp.test3__struct_496' // :20:27: note: struct declared here // :25:23: error: expected error union type, found 'struct { comptime *const [5:0]u8 = "hello" }' // :31:13: error: expected error union type, found 'u32' |
