fix test
parent
af2d710000
commit
df9de1523c
|
|
@ -781,7 +781,7 @@ test "parseIntoField: struct with init func" {
|
||||||
|
|
||||||
pub fn init(self: *Self, _alloc: Allocator) !void {
|
pub fn init(self: *Self, _alloc: Allocator) !void {
|
||||||
_ = _alloc;
|
_ = _alloc;
|
||||||
self.v = "HELLO!";
|
self.* = .{ .v = "HELLO!" };
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
} = undefined;
|
} = undefined;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue