| author | |
| committer | |
| log | e57fbe8069e672483b0c9ae1fa28c00812596306 |
| tree | 21b501847f15e414ca438bbcb74fe6a8d5b4db68 |
| parent | 241e1ac030432b309fcfebf2c3f0279875b2c5aa |
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 | // :105: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 | // :105: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 | // :105:9: error: struct 'tmp.tmp' has no member named 'main' | |
| 6 | 6 | // :7:1: note: struct declared here |