mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
all: change single blank comment to blank line (#22016)
This commit is contained in:
parent
793b66d8d5
commit
19f080ffb8
147 changed files with 319 additions and 339 deletions
|
@ -93,7 +93,7 @@ pub mut:
|
|||
failed_cmds shared []string
|
||||
reporter Reporter = Reporter(NormalReporter{})
|
||||
hash string // used as part of the name of the temporary directory created for tests, to ease cleanup
|
||||
//
|
||||
|
||||
exec_mode ActionMode = .compile // .compile_and_run only for `v test`
|
||||
}
|
||||
|
||||
|
@ -368,7 +368,7 @@ pub fn (mut ts TestSession) test() {
|
|||
if current_wd == os.wd_at_startup && current_wd == ts.vroot {
|
||||
ts.root_relative = true
|
||||
}
|
||||
//
|
||||
|
||||
ts.init()
|
||||
mut remaining_files := []string{}
|
||||
for dot_relative_file in ts.files {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue