Skip to content

Commit

Permalink
fix even more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta456 committed Jun 11, 2024
1 parent 53b788e commit cac4fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vlib/v/gen/native/tests/assign.vv
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ type Integer = int
fn test_alias(a Integer, b Integer) {
e := a + b
assert e == a + b
println(e)
}
println(int(e))
}

0 comments on commit cac4fdc

Please sign in to comment.