test-cases: fix compiler error locations for hello world with updates
3 files changed, 3 insertions(+), 3 deletions(-)
test
cases
aarch64-macos
x86_64-linux
x86_64-macos
test/cases/aarch64-macos/hello_world_with_updates.0.zig+1-1
| ... | @@ -2,5 +2,5 @@ | ... | @@ -2,5 +2,5 @@ |
| 2 | // output_mode=Exe | 2 | // output_mode=Exe |
| 3 | // target=aarch64-macos | 3 | // target=aarch64-macos |
| 4 | // | 4 | // |
| 5 | // :107:9: error: struct 'tmp.tmp' has no member named 'main' | 5 | // :105:9: error: struct 'tmp.tmp' has no member named 'main' |
| 6 | // :7:1: note: struct declared here | 6 | // :7:1: note: struct declared here |
test/cases/x86_64-linux/hello_world_with_updates.0.zig+1-1
| ... | @@ -2,5 +2,5 @@ | ... | @@ -2,5 +2,5 @@ |
| 2 | // output_mode=Exe | 2 | // output_mode=Exe |
| 3 | // target=x86_64-linux | 3 | // target=x86_64-linux |
| 4 | // | 4 | // |
| 5 | // :107:9: error: struct 'tmp.tmp' has no member named 'main' | 5 | // :105:9: error: struct 'tmp.tmp' has no member named 'main' |
| 6 | // :7:1: note: struct declared here | 6 | // :7:1: note: struct declared here |
test/cases/x86_64-macos/hello_world_with_updates.0.zig+1-1
| ... | @@ -2,5 +2,5 @@ | ... | @@ -2,5 +2,5 @@ |
| 2 | // output_mode=Exe | 2 | // output_mode=Exe |
| 3 | // target=x86_64-macos | 3 | // target=x86_64-macos |
| 4 | // | 4 | // |
| 5 | // :107:9: error: struct 'tmp.tmp' has no member named 'main' | 5 | // :105:9: error: struct 'tmp.tmp' has no member named 'main' |
| 6 | // :7:1: note: struct declared here | 6 | // :7:1: note: struct declared here |