Remove len parameter from splat in standard lib
This commit is contained in:
@@ -197,7 +197,7 @@ test "stringify struct with custom stringifier" {
|
||||
}
|
||||
|
||||
test "stringify vector" {
|
||||
try teststringify("[1,1]", @splat(2, @as(u32, 1)), StringifyOptions{});
|
||||
try teststringify("[1,1]", @as(@Vector(2, u32), @splat(1)), StringifyOptions{});
|
||||
}
|
||||
|
||||
test "stringify tuple" {
|
||||
|
||||
Reference in New Issue
Block a user