mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-21 08:32:02 +03:00
self-hosted: workaround for issue #537
This commit is contained in:
@@ -1761,6 +1761,12 @@ fn testCanonical(source: []const u8) {
|
||||
}
|
||||
|
||||
test "zig fmt" {
|
||||
if (builtin.os == builtin.Os.windows and builtin.arch == builtin.Arch.i386) {
|
||||
// TODO get this test passing
|
||||
// https://github.com/zig-lang/zig/issues/537
|
||||
return;
|
||||
}
|
||||
|
||||
testCanonical(
|
||||
\\extern fn puts(s: &const u8) -> c_int;
|
||||
\\
|
||||
|
||||
Reference in New Issue
Block a user