mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 16:45:27 +00:00
skip when builtin.link_libc
This commit is contained in:
parent
a250af5a51
commit
4940afc434
@ -100,7 +100,7 @@ fn wasiPathPrefixMatches(prefix: []const u8, path: []const u8) bool {
|
||||
}
|
||||
|
||||
test "preopens" {
|
||||
if (builtin.os.tag != .wasi) return error.SkipZigTest;
|
||||
if (builtin.os.tag != .wasi or builtin.link_libc) return error.SkipZigTest;
|
||||
|
||||
// lifted from `testing`
|
||||
const random_bytes_count = 12;
|
||||
|
Loading…
Reference in New Issue
Block a user