| author | |
| committer | |
| log | 56a131d27a45af793b6adc0795bd240ed74d3634 |
| tree | de60aed8c43ad869206cbd357fbea0a21419399f |
| parent | 66bad3eaaf82b21363c2212eeb1eaa4c171f2625 |
3 files changed, 3 insertions(+), 3 deletions(-)
test/cases/aarch64-macos/hello_world_with_updates.0.zig+1-1| ... | ... | @@ -2,5 +2,5 @@ |
| 2 | 2 | // output_mode=Exe |
| 3 | 3 | // target=aarch64-macos |
| 4 | 4 | // |
| 5 | // :107:9: error: struct 'tmp.tmp' has no member named 'main' | |
| 5 | // :109:9: error: struct 'tmp.tmp' has no member named 'main' | |
| 6 | 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 | 2 | // output_mode=Exe |
| 3 | 3 | // target=x86_64-linux |
| 4 | 4 | // |
| 5 | // :107:9: error: struct 'tmp.tmp' has no member named 'main' | |
| 5 | // :109:9: error: struct 'tmp.tmp' has no member named 'main' | |
| 6 | 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 | 2 | // output_mode=Exe |
| 3 | 3 | // target=x86_64-macos |
| 4 | 4 | // |
| 5 | // :107:9: error: struct 'tmp.tmp' has no member named 'main' | |
| 5 | // :109:9: error: struct 'tmp.tmp' has no member named 'main' | |
| 6 | 6 | // :7:1: note: struct declared here |