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:
@ -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
|
||||
|
Reference in New Issue
Block a user