mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03: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