mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: reimplement inline assembly (#8645)
This commit is contained in:
@ -196,11 +196,6 @@ pub fn (mut ts TestSession) test() {
|
||||
continue
|
||||
}
|
||||
}
|
||||
$if tinyc {
|
||||
if file.contains('asm') {
|
||||
continue
|
||||
}
|
||||
}
|
||||
remaining_files << dot_relative_file
|
||||
}
|
||||
remaining_files = vtest.filter_vtest_only(remaining_files, fix_slashes: false)
|
||||
|
Reference in New Issue
Block a user