diff options
Diffstat (limited to 'tests/ui/threads-sendsync/task-comm-11.rs')
| -rw-r--r-- | tests/ui/threads-sendsync/task-comm-11.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/threads-sendsync/task-comm-11.rs b/tests/ui/threads-sendsync/task-comm-11.rs index 7c349c716fa..1585ec3b4f6 100644 --- a/tests/ui/threads-sendsync/task-comm-11.rs +++ b/tests/ui/threads-sendsync/task-comm-11.rs @@ -1,6 +1,5 @@ //@ run-pass #![allow(unused_must_use)] -//@ pretty-expanded FIXME #23616 //@ needs-threads use std::sync::mpsc::{channel, Sender}; |
