Skip to content

Commit f005e1c

Browse files
committed
Fix test
1 parent 9e6bc3c commit f005e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/futures-api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ struct Counter {
6969
wakes: AtomicUsize,
7070
}
7171

72-
impl Wake for Counter {
72+
impl ArcWake for Counter {
7373
fn wake(arc_self: &Arc<Self>) {
7474
arc_self.wakes.fetch_add(1, atomic::Ordering::SeqCst);
7575
}

0 commit comments

Comments
 (0)