about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-03-04 12:59:27 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-03-04 12:59:27 +0000
commit906b00e11107a7070fc10a6f6dc8bbbb201cfc2e (patch)
tree244da0a6ff40f3107ae20c567fe04d75be413ff2
parent4be2be22450a8fd70f1e5e0d66fe59fb45412ef0 (diff)
downloadrust-906b00e11107a7070fc10a6f6dc8bbbb201cfc2e.tar.gz
rust-906b00e11107a7070fc10a6f6dc8bbbb201cfc2e.zip
Fix rustc test suite
-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 a82dd447404..7952a2c86ae 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -21,6 +21,7 @@ done
 
 git checkout -- tests/ui/issues/auxiliary/issue-3136-a.rs # contains //~ERROR, but shouldn't be removed
 git checkout -- tests/ui/proc-macro/pretty-print-hack/
+rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR
 
 # missing features
 # ================