diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-10-19 16:06:43 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-10-20 21:10:38 +0000 |
| commit | 8e264ab07af022a42e912d47ced44c37711b0f3a (patch) | |
| tree | 70a86d47b0c48085083551ade76060cd133aa6b3 /scripts | |
| parent | 2f461b74ffcf1359bb20755eef6d72ad95fae892 (diff) | |
| download | rust-8e264ab07af022a42e912d47ced44c37711b0f3a.tar.gz rust-8e264ab07af022a42e912d47ced44c37711b0f3a.zip | |
s/Generator/Coroutine/
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
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 # ====================== |
