Do not skip fs.Dir.access test on WASI

This commit is contained in:
Ryan Liptak 2023-08-09 17:05:45 -07:00
parent fdce18cd30
commit 3e69115784

View File

@ -889,8 +889,6 @@ test "pwritev, preadv" {
}
test "access file" {
if (builtin.os.tag == .wasi) return error.SkipZigTest;
var tmp = tmpDir(.{});
defer tmp.cleanup();