fix test
parent
af2d710000
commit
df9de1523c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue