We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae00481 commit a7804e3Copy full SHA for a7804e3
test.sh
@@ -156,7 +156,7 @@ EOF
156
rustc -V | cut -d' ' -f3 | tr -d '('
157
git checkout $(rustc -V | cut -d' ' -f3 | tr -d '(') src/test
158
159
-for test in $(rg -i --files-with-matches "//(\[\w+\])?~|// error-pattern:|// build-fail|// run-fail|-Cllvm-args" src/test/ui); do
+for test in $(rg -i --files-with-matches "//(\[\w+\])?~|// error-pattern:|// build-fail|// run-fail|-Cllvm-args|llvm_asm!\\(\".+\"\\)" src/test/ui); do
160
rm $test
161
done
162
0 commit comments