about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-10-19 16:06:43 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-10-20 21:10:38 +0000
commit8e264ab07af022a42e912d47ced44c37711b0f3a (patch)
tree70a86d47b0c48085083551ade76060cd133aa6b3 /scripts
parent2f461b74ffcf1359bb20755eef6d72ad95fae892 (diff)
downloadrust-8e264ab07af022a42e912d47ced44c37711b0f3a.tar.gz
rust-8e264ab07af022a42e912d47ced44c37711b0f3a.zip
s/Generator/Coroutine/
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test_rustc_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index 3b2a12ec028..c83efa51e9e 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -157,7 +157,7 @@ rm -r tests/run-make/compressed-debuginfo
 
 rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet supported
 
-rm tests/ui/codegen/subtyping-enforces-type-equality.rs # assert_assignable bug with Generator's
+rm tests/ui/codegen/subtyping-enforces-type-equality.rs # assert_assignable bug with Coroutine's
 
 # bugs in the test suite
 # ======================