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 b54b7ad commit f05ba1dCopy full SHA for f05ba1d
vlib/v/compiler_errors_test.v
@@ -249,6 +249,7 @@ fn (mut tasks Tasks) run() {
249
m_skip_files << 'vlib/v/checker/tests/comptime_value_d_in_include_errors.vv'
250
}
251
$if msvc {
252
+ m_skip_files << 'vlib/v/checker/tests/invalid_utf8_string.vv'
253
m_skip_files << 'vlib/v/checker/tests/asm_alias_does_not_exist.vv'
254
m_skip_files << 'vlib/v/checker/tests/asm_immutable_err.vv'
255
// TODO: investigate why MSVC regressed
0 commit comments