authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-09-04 14:55:02+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-09-07 22:42:57+02:00
log56a131d27a45af793b6adc0795bd240ed74d3634
treede60aed8c43ad869206cbd357fbea0a21419399f
parent66bad3eaaf82b21363c2212eeb1eaa4c171f2625

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 @@
22// output_mode=Exe
33// target=aarch64-macos
44//
5// :107:9: error: struct 'tmp.tmp' has no member named 'main'
5// :109:9: error: struct 'tmp.tmp' has no member named 'main'
66// :7:1: note: struct declared here
test/cases/x86_64-linux/hello_world_with_updates.0.zig+1-1
......@@ -2,5 +2,5 @@
22// output_mode=Exe
33// target=x86_64-linux
44//
5// :107:9: error: struct 'tmp.tmp' has no member named 'main'
5// :109:9: error: struct 'tmp.tmp' has no member named 'main'
66// :7:1: note: struct declared here
test/cases/x86_64-macos/hello_world_with_updates.0.zig+1-1
......@@ -2,5 +2,5 @@
22// output_mode=Exe
33// target=x86_64-macos
44//
5// :107:9: error: struct 'tmp.tmp' has no member named 'main'
5// :109:9: error: struct 'tmp.tmp' has no member named 'main'
66// :7:1: note: struct declared here