From 05aaad114f343ab6d484aa193b99e221089f4a8b Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Sat, 11 Apr 2015 00:50:59 +0200 Subject: [PATCH] Remove pretty-expanded from 2 tests; deriving(Ord) uses unstable intrinsic. --- src/test/run-pass/issue-18738.rs | 2 -- src/test/run-pass/while-prelude-drop.rs | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/test/run-pass/issue-18738.rs b/src/test/run-pass/issue-18738.rs index a92fcb01f5b3..819ec532ed2c 100644 --- a/src/test/run-pass/issue-18738.rs +++ b/src/test/run-pass/issue-18738.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// pretty-expanded FIXME #23616 - #[derive(Eq, PartialEq, PartialOrd, Ord)] enum Test<'a> { Int(&'a isize), diff --git a/src/test/run-pass/while-prelude-drop.rs b/src/test/run-pass/while-prelude-drop.rs index 88d5314a96ac..7ff770327742 100644 --- a/src/test/run-pass/while-prelude-drop.rs +++ b/src/test/run-pass/while-prelude-drop.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// pretty-expanded FIXME #23616 - #![feature(collections)] use std::string::String;