diff options
Diffstat (limited to 'test/cases/compile_errors/missing_else_clause.zig')
| -rw-r--r-- | test/cases/compile_errors/missing_else_clause.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cases/compile_errors/missing_else_clause.zig b/test/cases/compile_errors/missing_else_clause.zig index a27408cb4c..e96363b9cd 100644 --- a/test/cases/compile_errors/missing_else_clause.zig +++ b/test/cases/compile_errors/missing_else_clause.zig @@ -31,9 +31,9 @@ export fn entry() void { // target=native // // :2:21: error: incompatible types: 'i32' and 'void' -// :6:25: note: type 'i32' here -// :6:15: error: incompatible types: 'i32' and 'void' // :2:31: note: type 'i32' here +// :6:15: error: incompatible types: 'i32' and 'void' +// :6:25: note: type 'i32' here // :12:16: error: expected type 'tmp.h.T', found 'void' // :11:15: note: struct declared here // :18:9: error: incompatible types: 'void' and 'tmp.k.T' |
