diff --git a/src/fs.zig b/src/fs.zig index 5edd3a3019..9cc2a3170e 100644 --- a/src/fs.zig +++ b/src/fs.zig @@ -1354,6 +1354,6 @@ test "PathName.init" { try std.testing.expectEqualStrings(res.ext, ".ext"); } -test "" { +test { @import("std").testing.refAllDecls(FileSystem); }