Skip to content

Commit

Permalink
oops; add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Sep 9, 2023
1 parent 373afc9 commit 1b8b62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/v/gen/native/tests/native_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fn test_native() {
}
$if freebsd {
eprintln('>> skipping testing on FreeBSD for now')
return
}
mut bench := benchmark.new_benchmark()
vexe := os.getenv('VEXE')
Expand Down

0 comments on commit 1b8b62d

Please sign in to comment.