mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
all: reimplement inline assembly (#8645)
This commit is contained in:
parent
dd9f9c2718
commit
fafb035fb5
29 changed files with 2089 additions and 335 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue