From b92acc4a372c771e461a7140b4ffaff5dbc80d21 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 7 Jun 2026 20:47:18 -0700 Subject: [PATCH] update to zig 0.16.0 --- test.zig | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/test.zig b/test.zig index 7cdb2eea6731a5f0e580a6b8bdbe29509fdf3637..36cc7dda5bafc2a6c225b7cd84b3255ee5c05b65 100644 --- a/test.zig +++ b/test.zig @@ -1,7 +1,13 @@ const std = @import("std"); const icu = @import("icu"); -// TODO: run the official test suite from unicode +// TODO: run the official tests from unicode test { - std.testing.refAllDeclsRecursive(icu); + _ = &icu.hasDerivedCoreProperty; + _ = &icu.hasProperty; + _ = &icu.hasEmojiCategory; + _ = &icu.age; + _ = &icu.eastAsianWidth; + _ = &icu.bidiPairedBracketType; + _ = &icu.toLower; } -- 2.54.0