bring back interface test on msvc

pull/2712/head
Alexander Medvednikov 2019-11-09 18:21:01 +03:00
parent f33d8bd596
commit da574640e7
1 changed files with 0 additions and 2 deletions

View File

@ -91,8 +91,6 @@ pub fn (ts mut TestSession) test() {
if file.contains('sqlite') { continue }
}
$if msvc {
if file.contains('interface_test') { continue }
if file.contains('module_test') { continue }
}
tmpc_filepath := file.replace('.v', '.tmp.c')