Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 5, 2024
1 parent 6dc9309 commit 45bef6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vlib/v/slow_tests/inout/in_expr_callexpr.vv
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
fn t() bool {
println('${@FN}')
println(@FN)
return true
}

fn t2() int {
println('${@FN}')
println(@FN)
return 2
}

Expand Down

0 comments on commit 45bef6d

Please sign in to comment.