| author | |
| committer | |
| log | 4940afc434170966a9445b789374ba2a0f0318ab |
| tree | 956bafde1638849df8dd16622724697fde3c1b54 |
| parent | a250af5a51fa3f7af6b7f13a9613c79e6cd94fc3 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/fs/wasi.zig+1-1| ... | ... | @@ -100,7 +100,7 @@ fn wasiPathPrefixMatches(prefix: []const u8, path: []const u8) bool { |
| 100 | 100 | } |
| 101 | 101 | |
| 102 | 102 | test "preopens" { |
| 103 | if (builtin.os.tag != .wasi) return error.SkipZigTest; | |
| 103 | if (builtin.os.tag != .wasi or builtin.link_libc) return error.SkipZigTest; | |
| 104 | 104 | |
| 105 | 105 | // lifted from `testing` |
| 106 | 106 | const random_bytes_count = 12; |