about summary refs log tree commit diff
path: root/src/test/run-pass/empty-allocation-non-null.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/empty-allocation-non-null.rs')
-rw-r--r--src/test/run-pass/empty-allocation-non-null.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/run-pass/empty-allocation-non-null.rs b/src/test/run-pass/empty-allocation-non-null.rs
index af6e321e40a..3dbe7da6ac7 100644
--- a/src/test/run-pass/empty-allocation-non-null.rs
+++ b/src/test/run-pass/empty-allocation-non-null.rs
@@ -8,9 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// FIXME (#22405): Replace `Box::new` with `box` here when/if possible.
-
-
 pub fn main() {
     assert!(Some(Box::new(())).is_some());