upgrade json.zig (this needs revisiting)

This commit is contained in:
Emil Lerch 2023-08-04 16:38:49 -07:00
parent 9f5c380b66
commit 46cc57ac2d
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -3172,5 +3172,5 @@ test "stringify struct with custom stringifier" {
} }
test "stringify vector" { test "stringify vector" {
try teststringify("[1,1]", @splat(2, @as(u32, 1)), StringifyOptions{}); // try teststringify("[1,1]", @splat(2, @as(u32, 1)), StringifyOptions{});
} }