mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-28 11:36:34 +00:00
fix linux builds
This commit is contained in:
@@ -72,7 +72,7 @@ test "accelFromTrigger" {
|
||||
|
||||
try testing.expectEqualStrings("<Super>q", (try accelFromTrigger(&buf, .{
|
||||
.mods = .{ .super = true },
|
||||
.key = .q,
|
||||
.key = .{ .translated = .q },
|
||||
})).?);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user