mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
This commit is contained in:
parent
7f497b660c
commit
43d9cd6e90
2 changed files with 5 additions and 2 deletions
|
@ -226,7 +226,6 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
|
|||
skip_files << 'examples/coroutines/coroutines_bench.v'
|
||||
$if msvc {
|
||||
skip_files << 'vlib/v/tests/consts/const_comptime_eval_before_vinit_test.v' // _constructor used
|
||||
skip_files << 'vlib/v/tests/project_with_cpp_code/compiling_cpp_files_with_a_cplusplus_compiler_test.c.v'
|
||||
}
|
||||
$if solaris {
|
||||
skip_files << 'examples/pico/pico.v'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue