Skip to content

Commit a7804e3

Browse files
author
Commeownist
committed
Exclude llvm_asm! tests from tests runs
1 parent ae00481 commit a7804e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ EOF
156156
rustc -V | cut -d' ' -f3 | tr -d '('
157157
git checkout $(rustc -V | cut -d' ' -f3 | tr -d '(') src/test
158158

159-
for test in $(rg -i --files-with-matches "//(\[\w+\])?~|// error-pattern:|// build-fail|// run-fail|-Cllvm-args" src/test/ui); do
159+
for test in $(rg -i --files-with-matches "//(\[\w+\])?~|// error-pattern:|// build-fail|// run-fail|-Cllvm-args|llvm_asm!\\(\".+\"\\)" src/test/ui); do
160160
rm $test
161161
done
162162

0 commit comments

Comments
 (0)