mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
font/shaper: fix failing test on macos
This commit is contained in:
@ -908,6 +908,7 @@ fn testShaper(alloc: Allocator) !TestShaper {
|
||||
var disco_it = try disco.discover(.{
|
||||
.family = "Apple Color Emoji",
|
||||
.size = 12,
|
||||
.monospace = false,
|
||||
});
|
||||
defer disco_it.deinit();
|
||||
var face = (try disco_it.next()).?;
|
||||
|
Reference in New Issue
Block a user