Fix: empty test name must be omitted

This commit is contained in:
Vaughan Rouesnel
2022-11-12 01:02:57 +01:00
parent de56b55af5
commit 206bb5d298

View File

@@ -1354,6 +1354,6 @@ test "PathName.init" {
try std.testing.expectEqualStrings(res.ext, ".ext");
}
test "" {
test {
@import("std").testing.refAllDecls(FileSystem);
}