Skip to content

Commit

Permalink
fix test for reproduce bug
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 17, 2024
1 parent ae66852 commit b402e4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vlib/v/tests/aliases/alias_generic_struct_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ fn test_main() {
assert v.y == 1
assert v.z == 1
assert v.w == 1
v.from(vec.Vec4[f32]{2, 2, 2, 2})
assert v.x == 2
assert v.y == 2
assert v.z == 2
assert v.w == 2
v.from(Vec4x{3, 3, 3, 3})
assert v.x == 3
assert v.y == 3
Expand Down

0 comments on commit b402e4a

Please sign in to comment.