1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tests: fix compilation of parser_test.v

This commit is contained in:
Delyan Angelov
2020-04-08 05:57:36 +03:00
parent ef19aa1de6
commit c00ec77737
2 changed files with 5 additions and 2 deletions

View File

@ -41,7 +41,7 @@ const (
'vlib/regex/regex_test.v',
'vlib/sqlite/sqlite_test.v', // Linux only
'vlib/strconv/ftoa/f32_f64_to_string_test.v',
'vlib/v/parser/parser_test.v',
//'vlib/v/parser/parser_test.v', // exits early, but it should compile
'vlib/v/tests/array_to_string_test.v',
'vlib/v/tests/asm_test.v', // Linux only
'vlib/v/tests/backtrace_test.v', // TCC only