mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-03 06:09:04 +00:00
testing: use std.Build.TranslateC instead of @cImport
This commit is contained in:
@@ -48,7 +48,7 @@ pub const Health = enum(c_int) {
|
||||
healthy,
|
||||
unhealthy,
|
||||
|
||||
test "ghostty_h Health" {
|
||||
test "ghostty.h Health" {
|
||||
try lib.checkGhosttyHEnum(Health, "GHOSTTY_RENDERER_HEALTH_");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user