Skip to content

Commit 19b5a10

Browse files
authored
Rollup merge of #61138 - varkor:async-await-tests, r=cramertj
Move async/await tests to their own folder This moves run-pass and ui async/await tests to their own folder `src/test/ui/async-await` and organises some into subfolders. (It does not move rustdoc tests for async/await.) I also did some drive-by cleaning up of issues/error code tests into their own folders (which already existed). These are in separate commits, so easy to separate out if that's more desirable. r? @cramertj
2 parents 92f1cfd + c91ab64 commit 19b5a10

File tree

112 files changed

+74
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+74
-2
lines changed

src/test/run-pass/async-await.rs renamed to src/test/ui/async-await/async-await.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// run-pass
2+
13
// edition:2018
24
// aux-build:arc_wake.rs
35

0 commit comments

Comments
 (0)