From 7b0722bf16043fe7ee099e2fd8ca11c78c976bc5 Mon Sep 17 00:00:00 2001 From: Jacob Sandlund Date: Fri, 19 Sep 2025 01:26:17 -0400 Subject: [PATCH] Remove comment above test. it's not too slow --- src/unicode/props.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/unicode/props.zig b/src/unicode/props.zig index a32271f38..7f3a3ece5 100644 --- a/src/unicode/props.zig +++ b/src/unicode/props.zig @@ -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;