| ... | @@ -1,8 +1,9 @@ | ... | @@ -1,8 +1,9 @@ |
| 1 | const TestContext = @import("../../src-self-hosted/test.zig").TestContext; | 1 | const TestContext = @import("../../src-self-hosted/test.zig").TestContext; |
| 2 | | 2 | |
| 3 | pub fn addCases(ctx: *TestContext) void { | 3 | pub fn addCases(ctx: *TestContext) void { |
| 4 | if (@import("std").Target.current.os.tag == .windows) { | 4 | if (@import("std").Target.current.os.tag != .linux) { |
| 5 | // TODO implement self-hosted PE (.exe file) linking | 5 | // TODO implement self-hosted PE (.exe file) linking |
| | 6 | // TODO implement more ZIR so we don't depend on linux |
| 6 | return; | 7 | return; |
| 7 | } | 8 | } |
| 8 | | 9 | |