about summary refs log tree commit diff
path: root/scripts/test_rustc_tests.sh
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-01-31 17:39:19 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-01-31 17:39:19 +0000
commit572e32b4cd64ddb946a1203652e1aa6d440aa2f5 (patch)
treed8f82cf9f37d6488a8fd4385af3f0083cdbf30a1 /scripts/test_rustc_tests.sh
parent3ba9b13490b88a902ae74056a86aeaab038a6a40 (diff)
downloadrust-572e32b4cd64ddb946a1203652e1aa6d440aa2f5.tar.gz
rust-572e32b4cd64ddb946a1203652e1aa6d440aa2f5.zip
Fix rustc test suite
Diffstat (limited to 'scripts/test_rustc_tests.sh')
-rwxr-xr-xscripts/test_rustc_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index 07c9ae6ee9f..e14a129dbc2 100755
--- a/scripts/test_rustc_tests.sh
+++ b/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