1
0
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:
Alexander Medvednikov
2019-11-17 07:27:59 +03:00
parent 6ae8457f35
commit 43863edc4f
2 changed files with 3 additions and 2 deletions

View File

@@ -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 }