authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-08-30 11:01:08+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-08-30 11:01:08+02:00
loge57fbe8069e672483b0c9ae1fa28c00812596306
tree21b501847f15e414ca438bbcb74fe6a8d5b4db68
parent241e1ac030432b309fcfebf2c3f0279875b2c5aa

test-cases: fix compiler error locations for hello world with updates


3 files changed, 3 insertions(+), 3 deletions(-)

test/cases/aarch64-macos/hello_world_with_updates.0.zig+1-1
...@@ -2,5 +2,5 @@...@@ -2,5 +2,5 @@
2// output_mode=Exe2// output_mode=Exe
3// target=aarch64-macos3// 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 here6// :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=Exe2// output_mode=Exe
3// target=x86_64-linux3// 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 here6// :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=Exe2// output_mode=Exe
3// target=x86_64-macos3// 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 here6// :7:1: note: struct declared here