Skip to content

Commit b14a2ec

Browse files
committed
Remove duplicated arc_wake.rs
The auxiliary file arc_wake.rs is in run-pass/auxiliary and also ui/async-await/auxiliary. Remove the former one as their contents are same. Move run-pass/futures-api.rs to ui/async-await/futures-api.rs as it needs to use arc_wake.rs.
1 parent 45dda93 commit b14a2ec

File tree

2 files changed

+2
-64
lines changed

2 files changed

+2
-64
lines changed

src/test/run-pass/auxiliary/arc_wake.rs

-64
This file was deleted.

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// run-pass
2+
13
// aux-build:arc_wake.rs
24

35
extern crate arc_wake;

0 commit comments

Comments
 (0)