Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta456 committed Feb 4, 2024
1 parent f723e62 commit b212ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/tests/as_cast_selector_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ fn test_main() {
mut bar := Foobar(Bar{
y: 123
})
assert bar as Bar.y == 123
assert (bar as Bar).y == 123
}

0 comments on commit b212ef1

Please sign in to comment.