font/shaper: fix failing test on macos

This commit is contained in:
Mitchell Hashimoto
2023-09-24 11:10:04 -07:00
parent 7a8aea6c77
commit 49dbd8d151

View File

@ -908,6 +908,7 @@ fn testShaper(alloc: Allocator) !TestShaper {
var disco_it = try disco.discover(.{ var disco_it = try disco.discover(.{
.family = "Apple Color Emoji", .family = "Apple Color Emoji",
.size = 12, .size = 12,
.monospace = false,
}); });
defer disco_it.deinit(); defer disco_it.deinit();
var face = (try disco_it.next()).?; var face = (try disco_it.next()).?;