Remove comment above test. it's not too slow

pull/8757/head
Jacob Sandlund 2025-09-19 01:26:17 -04:00
parent cf3b514efc
commit 7b0722bf16
1 changed files with 0 additions and 2 deletions

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" { test "unicode props: tables match uucode" {
if (std.valgrind.runningOnValgrind() > 0) return error.SkipZigTest; if (std.valgrind.runningOnValgrind() > 0) return error.SkipZigTest;