about summary refs log tree commit diff
path: root/tests/ui/threads-sendsync/sendable-class.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/threads-sendsync/sendable-class.rs')
-rw-r--r--tests/ui/threads-sendsync/sendable-class.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/threads-sendsync/sendable-class.rs b/tests/ui/threads-sendsync/sendable-class.rs
index 8e5e76d826a..da61ea6be2c 100644
--- a/tests/ui/threads-sendsync/sendable-class.rs
+++ b/tests/ui/threads-sendsync/sendable-class.rs
@@ -6,7 +6,6 @@
 
 // Test that a class with only sendable fields can be sent
 
-//@ pretty-expanded FIXME #23616
 
 use std::sync::mpsc::channel;