Skip to content

Commit 7773c80

Browse files
committed
---
yaml --- r: 64954 b: refs/heads/snap-stage3 c: aeaed77 h: refs/heads/master v: v3
1 parent f261300 commit 7773c80

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 036a6d2f0080abd10521f7999af7100e5bcaaffe
4+
refs/heads/snap-stage3: aeaed77301397c6ab0c4f5413dbd4b7f0d5b5c9a
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libstd/rt/comm.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,7 @@ impl<T> Drop for PortOne<T> {
375375
// receiver was killed awake. The task can't still be
376376
// blocked (we are it), but we need to free the handle.
377377
let recvr = BlockedTask::cast_from_uint(task_as_state);
378-
// FIXME(#7554)(bblum): Make this cfg(test) dependent.
379-
// in a later commit.
380-
assert!(recvr.wake().is_none());
378+
recvr.assert_already_awake();
381379
}
382380
}
383381
}

0 commit comments

Comments
 (0)