diff --git a/tests/target/comment-not-disappear.rs b/tests/target/comment-not-disappear.rs index 23c00c418be..646b37e46e2 100644 --- a/tests/target/comment-not-disappear.rs +++ b/tests/target/comment-not-disappear.rs @@ -28,12 +28,6 @@ fn foo() -> Vec { .collect() } -fn d() { - if true /* and ... */ { - a(); - } -} - fn calc_page_len(prefix_len: usize, sofar: usize) -> usize { 2 // page type and flags + 1 // stored depth