about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/scripts
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-02-09 12:38:16 +0100
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-02-09 12:38:16 +0100
commite25566e20b079b7eae57518768dee44fb53c8cbb (patch)
treea686ce563f3fd3c1798e637246957090540cbe8a /compiler/rustc_codegen_cranelift/scripts
parentc40919b7a75f93ed7ef040361e82c656d246d41e (diff)
parent7d53619064ab7045c383644cb445052d2a3d46db (diff)
downloadrust-e25566e20b079b7eae57518768dee44fb53c8cbb.tar.gz
rust-e25566e20b079b7eae57518768dee44fb53c8cbb.zip
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-2023-02-09
Diffstat (limited to 'compiler/rustc_codegen_cranelift/scripts')
-rwxr-xr-xcompiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
index 07c9ae6ee9f..e14a129dbc2 100755
--- a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
+++ b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh
@@ -91,6 +91,7 @@ rm tests/ui/proc-macro/proc-macro-deprecated-attr.rs # same
 rm tests/ui/proc-macro/quote-debug.rs # same
 rm tests/ui/proc-macro/no-missing-docs.rs # same
 rm tests/ui/rust-2018/proc-macro-crate-in-paths.rs # same
+rm tests/ui/proc-macro/allowed-signatures.rs # same
 
 # doesn't work due to the way the rustc test suite is invoked.
 # should work when using ./x.py test the way it is intended