mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v test v => v test-compiler
This commit is contained in:

committed by
Alexander Medvednikov

parent
854309a7d8
commit
ec15bfb7d1
@ -200,7 +200,7 @@ fn (p mut Parser) gen_fmt() {
|
||||
return
|
||||
}
|
||||
println('generating ${p.file_name}.v')
|
||||
out := os.create('/var/tmp/fmt/' + p.file_name) or {
|
||||
mut out := os.create('/var/tmp/fmt/' + p.file_name) or {
|
||||
verror('failed to create fmt.v')
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user