Remove comment above test. it's not too slow

This commit is contained in:
Jacob Sandlund
2025-09-19 01:26:17 -04:00
parent cf3b514efc
commit 7b0722bf16

View File

@@ -174,8 +174,6 @@ pub fn main() !void {
// });
}
// This is not very fast in debug modes, so its commented by default.
// IMPORTANT: UNCOMMENT THIS WHENEVER MAKING CODEPOINTWIDTH CHANGES.
test "unicode props: tables match uucode" {
if (std.valgrind.runningOnValgrind() > 0) return error.SkipZigTest;