mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
v: prepare for making -W impure-v
the default (#19940)
This commit is contained in:
parent
6cc51f254f
commit
0da00cc457
47 changed files with 33 additions and 24 deletions
|
@ -204,7 +204,7 @@ 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/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.v'
|
||||
skip_files << 'vlib/v/tests/project_with_cpp_code/compiling_cpp_files_with_a_cplusplus_compiler_test.c.v'
|
||||
}
|
||||
$if solaris {
|
||||
skip_files << 'examples/gg/gg2.v'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue