mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-25 16:53:54 +00:00
font: fix failing macos tests
This commit is contained in:
@@ -431,6 +431,6 @@ test "coretext" {
|
||||
try testing.expect(n.len > 0);
|
||||
|
||||
// Load it and verify it works
|
||||
const face = try def.load(lib, .{ .points = 12 });
|
||||
const face = try def.load(lib, .{ .size = .{ .points = 12 } });
|
||||
try testing.expect(face.glyphIndex(' ') != null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user