authorgravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2023-08-09 17:05:45-07:00
committergravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2023-08-15 14:00:35-07:00
log3e691157847e4787cb61265e42fcbf89336b4c3a
tree9e353b67bf50469a9fe7c72c609bfffba16494d9
parentfdce18cd30a5f20688e582386b802ed8e9a46312

Do not skip fs.Dir.access test on WASI


1 files changed, 0 insertions(+), 2 deletions(-)

lib/std/fs/test.zig-2
......@@ -889,8 +889,6 @@ test "pwritev, preadv" {
889889}
890890
891891test "access file" {
892 if (builtin.os.tag == .wasi) return error.SkipZigTest;
893
894892 var tmp = tmpDir(.{});
895893 defer tmp.cleanup();
896894