mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
remove asm test from msvc
This commit is contained in:
@@ -91,6 +91,7 @@ pub fn (ts mut TestSession) test() {
|
||||
if file.contains('sqlite') { continue }
|
||||
}
|
||||
$if msvc {
|
||||
if file.contains('asm') { continue }
|
||||
}
|
||||
$if tinyc {
|
||||
if file.contains('asm') { continue }
|
||||
|
||||
Reference in New Issue
Block a user