std: Update test "" to test where it makes sense

This commit is contained in:
LemonBoy
2021-01-22 15:45:28 +01:00
parent ac004e1bf1
commit 134f5fd3d6
24 changed files with 23 additions and 24 deletions

View File

@@ -255,6 +255,6 @@ test "parseCharLiteral" {
std.testing.expectError(error.InvalidCharacter, parseCharLiteral("'\\u{FFFF}x'", &bad_index));
}
test "" {
test {
@import("std").testing.refAllDecls(@This());
}