Commit 1564cb0ab9
Changed files (1)
lib
std
fs
lib/std/fs/test.zig
@@ -660,9 +660,6 @@ test "readAllAlloc" {
}
test "Dir.statFile" {
- // TODO: Re-enable once https://github.com/ziglang/zig/issues/17034 is solved
- if (builtin.os.tag == .linux and builtin.link_libc and builtin.abi == .gnu) return error.SkipZigTest;
-
try testWithAllSupportedPathTypes(struct {
fn impl(ctx: *TestContext) !void {
const test_file_name = try ctx.transformPath("test_file");