mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
skip module test on msvc for now
This commit is contained in:
parent
fad0cc2ce5
commit
be4eaa680a
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ pub fn (ts mut TestSession) test() {
|
||||||
}
|
}
|
||||||
$if msvc {
|
$if msvc {
|
||||||
if file.contains('interface_test') { continue }
|
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…
Add table
Add a link
Reference in a new issue