Skip to content

Commit

Permalink
fmt vtest-parser.v
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi98 committed Feb 21, 2024
1 parent 2e74c9f commit dcbc006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/tools/vtest-parser.v
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ fn main() {
time.sleep(ms * time.millisecond)
exit(ecode_timeout)
}(context.timeout_ms)
_ := parser.parse_text(source, context.path, mut context.table, .skip_comments, context.pref)
_ := parser.parse_text(source, context.path, mut context.table, .skip_comments,
context.pref)
context.log('> worker ${pid:5} finished parsing ${context.path}')
exit(0)
} else {
Expand Down

0 comments on commit dcbc006

Please sign in to comment.