mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix tools test
This commit is contained in:
parent
d082b3f4b9
commit
b6fe2ebc0b
@ -250,7 +250,7 @@ fn (p &Parser) gen_fmt() {
|
|||||||
if s == '' {
|
if s == '' {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
files := ['get_type.v']
|
//files := ['get_type.v']
|
||||||
if !p.file_path.contains('vlib/builtin') {return}
|
if !p.file_path.contains('vlib/builtin') {return}
|
||||||
//if !(p.file_name in files) { return }
|
//if !(p.file_name in files) { return }
|
||||||
path := os.tmpdir() + '/' + p.file_name
|
path := os.tmpdir() + '/' + p.file_name
|
||||||
|
Loading…
Reference in New Issue
Block a user