From b6fe2ebc0b27c4d68e2aaef8ec3058f38e6d47fa Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 20 Dec 2019 00:20:22 +0300 Subject: [PATCH] fix tools test --- vlib/compiler/vfmt.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/compiler/vfmt.v b/vlib/compiler/vfmt.v index 7f46640e2d..cfef098de8 100644 --- a/vlib/compiler/vfmt.v +++ b/vlib/compiler/vfmt.v @@ -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