mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
Do not skip fs.Dir.access test on WASI
This commit is contained in:
parent
fdce18cd30
commit
3e69115784
@ -889,8 +889,6 @@ test "pwritev, preadv" {
|
||||
}
|
||||
|
||||
test "access file" {
|
||||
if (builtin.os.tag == .wasi) return error.SkipZigTest;
|
||||
|
||||
var tmp = tmpDir(.{});
|
||||
defer tmp.cleanup();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user