Skip to content

Commit f05ba1d

Browse files
committed
ci: skip invalid_utf8_string.vv in compiler_errors_test.v for msvc
1 parent b54b7ad commit f05ba1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vlib/v/compiler_errors_test.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ fn (mut tasks Tasks) run() {
249249
m_skip_files << 'vlib/v/checker/tests/comptime_value_d_in_include_errors.vv'
250250
}
251251
$if msvc {
252+
m_skip_files << 'vlib/v/checker/tests/invalid_utf8_string.vv'
252253
m_skip_files << 'vlib/v/checker/tests/asm_alias_does_not_exist.vv'
253254
m_skip_files << 'vlib/v/checker/tests/asm_immutable_err.vv'
254255
// TODO: investigate why MSVC regressed

0 commit comments

Comments
 (0)