fix tools test

pull/3153/head
Alexander Medvednikov 2019-12-20 00:20:22 +03:00
parent d082b3f4b9
commit b6fe2ebc0b
1 changed files with 1 additions and 1 deletions

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