Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MCausc78 committed Mar 1, 2024
1 parent aa4038e commit 36e84a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion vlib/v/checker/tests/no_sign_notice_in_translated.out
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
12
2 changes: 1 addition & 1 deletion vlib/v/checker/tests/no_sign_notice_in_translated.vv
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ fn f(i i32) i32 {
}

fn main() {
println(f(3))
assert f(3) == 12
}

0 comments on commit 36e84a2

Please sign in to comment.