From 20ccc7bf8e4c3b10e1c05631dc706d8402b2ebdb Mon Sep 17 00:00:00 2001 From: DarkDrek Date: Tue, 12 Jan 2016 01:32:29 +0100 Subject: [PATCH] Removed the failing test part since it will work when #754 is accepted --- tests/target/comment-not-disappear.rs | 6 ------ 1 file changed, 6 deletions(-) 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