mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 21:40:29 +00:00
fix test
This commit is contained in:
@@ -781,7 +781,7 @@ test "parseIntoField: struct with init func" {
|
||||
|
||||
pub fn init(self: *Self, _alloc: Allocator) !void {
|
||||
_ = _alloc;
|
||||
self.v = "HELLO!";
|
||||
self.* = .{ .v = "HELLO!" };
|
||||
}
|
||||
},
|
||||
} = undefined;
|
||||
|
||||
Reference in New Issue
Block a user