1
0
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:
Alexander Medvednikov 2019-12-20 00:20:22 +03:00
parent d082b3f4b9
commit b6fe2ebc0b

View File

@ -250,7 +250,7 @@ fn (p &Parser) gen_fmt() {
if s == '' {
return
}
files := ['get_type.v']
//files := ['get_type.v']
if !p.file_path.contains('vlib/builtin') {return}
//if !(p.file_name in files) { return }
path := os.tmpdir() + '/' + p.file_name