We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dce819 commit daa5be4Copy full SHA for daa5be4
vlib/v/compiler_errors_test.v
@@ -213,6 +213,9 @@ fn (mut tasks Tasks) run() {
213
m_skip_files << 'vlib/v/checker/tests/missing_c_lib_header_1.vv'
214
m_skip_files << 'vlib/v/checker/tests/missing_c_lib_header_with_explanation_2.vv'
215
}
216
+ $if windows {
217
+ m_skip_files << 'vlib/v/checker/tests/modules/deprecated_module'
218
+ }
219
for i in 0 .. tasks.all.len {
220
if tasks.all[i].path in m_skip_files {
221
tasks.all[i].is_skipped = true
0 commit comments