Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Jan 12, 2025
1 parent 5e40827 commit 1c0b777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/tests/options/option_ifguard_array_of_option_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fn make_option() ?string {
return 'abc'
}

fn main() {
fn test_main() {
cols := [make_option()]
if col := cols[0] {
assert col == 'abc'
Expand Down

0 comments on commit 1c0b777

Please sign in to comment.