mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
tests: fix compilation of parser_test.v
This commit is contained in:
parent
ef19aa1de6
commit
c00ec77737
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue