1
0
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:
crthpl
2021-03-16 17:43:17 -07:00
committed by GitHub
parent dd9f9c2718
commit fafb035fb5
29 changed files with 2089 additions and 335 deletions

View File

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