mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
skip asm test on tcc
This commit is contained in:
parent
2391c72e4b
commit
3c03051bcf
@ -92,6 +92,9 @@ pub fn (ts mut TestSession) test() {
|
||||
}
|
||||
$if msvc {
|
||||
}
|
||||
$if tinyc {
|
||||
if file.contains('asm') { continue }
|
||||
}
|
||||
tmpc_filepath := file.replace('.v', '.tmp.c')
|
||||
|
||||
cmd := '"$ts.vexe" $ts.vargs "$file"'
|
||||
|
Loading…
Reference in New Issue
Block a user