Skip to content

Commit

Permalink
Remove pretty-expanded from 2 tests; deriving(Ord) uses unstable intr…
Browse files Browse the repository at this point in the history
…insic.
  • Loading branch information
pnkfelix committed Apr 10, 2015
1 parent 847a897 commit 05aaad1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/test/run-pass/issue-18738.rs
Expand Up @@ -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),
Expand Down
2 changes: 0 additions & 2 deletions src/test/run-pass/while-prelude-drop.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 05aaad1

Please sign in to comment.