mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
bring back interface test on msvc
This commit is contained in:
parent
f33d8bd596
commit
da574640e7
@ -91,8 +91,6 @@ pub fn (ts mut TestSession) test() {
|
|||||||
if file.contains('sqlite') { continue }
|
if file.contains('sqlite') { continue }
|
||||||
}
|
}
|
||||||
$if msvc {
|
$if msvc {
|
||||||
if file.contains('interface_test') { continue }
|
|
||||||
if file.contains('module_test') { continue }
|
|
||||||
}
|
}
|
||||||
tmpc_filepath := file.replace('.v', '.tmp.c')
|
tmpc_filepath := file.replace('.v', '.tmp.c')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user