mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
terminal: clean up some types tests
This commit is contained in:
@@ -197,15 +197,3 @@ test "struct sizes are non-zero" {
|
||||
try std.testing.expect(size > 0);
|
||||
}
|
||||
}
|
||||
|
||||
test "structs map has all entries" {
|
||||
try std.testing.expect(structs.get("GhosttyTerminalOptions") != null);
|
||||
try std.testing.expect(structs.get("GhosttyFormatterTerminalOptions") != null);
|
||||
try std.testing.expect(structs.get("GhosttyFormatterTerminalExtra") != null);
|
||||
try std.testing.expect(structs.get("GhosttyFormatterScreenExtra") != null);
|
||||
try std.testing.expect(structs.get("GhosttyRenderStateColors") != null);
|
||||
try std.testing.expect(structs.get("GhosttyStyle") != null);
|
||||
try std.testing.expect(structs.get("GhosttyStyleColor") != null);
|
||||
try std.testing.expect(structs.get("GhosttyMouseEncoderSize") != null);
|
||||
try std.testing.expect(structs.get("GhosttyGridRef") != null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user