skip interface test on msvc for now
parent
32fec2c26c
commit
fad0cc2ce5
|
@ -90,6 +90,9 @@ pub fn (ts mut TestSession) test() {
|
|||
$if windows {
|
||||
if file.contains('sqlite') { continue }
|
||||
}
|
||||
$if msvc {
|
||||
if file.contains('interface_test') { continue }
|
||||
}
|
||||
tmpc_filepath := file.replace('.v', '.tmp.c')
|
||||
|
||||
cmd := '"$ts.vexe" $ts.vargs "$file"'
|
||||
|
|
Loading…
Reference in New Issue