about summary refs log tree commit diff
path: root/tests/ui/threads-sendsync/send-resource.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/threads-sendsync/send-resource.rs')
-rw-r--r--tests/ui/threads-sendsync/send-resource.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/threads-sendsync/send-resource.rs b/tests/ui/threads-sendsync/send-resource.rs
index c02a3717d3d..e4c08dd598f 100644
--- a/tests/ui/threads-sendsync/send-resource.rs
+++ b/tests/ui/threads-sendsync/send-resource.rs
@@ -3,7 +3,6 @@
 #![allow(dead_code)]
 #![allow(non_camel_case_types)]
 
-//@ pretty-expanded FIXME #23616
 //@ needs-threads
 
 use std::sync::mpsc::channel;