Skip to content

Commit

Permalink
tests: init tests_ok = true
Browse files Browse the repository at this point in the history
  • Loading branch information
JalonSolov committed Aug 3, 2024
1 parent e381135 commit abd94cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.v
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct App {
mut:
sb strings.Builder
is_fn_call bool // for lowercase idents
tests_ok bool
tests_ok bool = true
}

fn (mut app App) genln(s string) {
Expand Down

0 comments on commit abd94cb

Please sign in to comment.