Skip to content

Commit 05aaad1

Browse files
committed
Remove pretty-expanded from 2 tests; deriving(Ord) uses unstable intrinsic.
1 parent 847a897 commit 05aaad1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/test/run-pass/issue-18738.rs

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// pretty-expanded FIXME #23616
12-
1311
#[derive(Eq, PartialEq, PartialOrd, Ord)]
1412
enum Test<'a> {
1513
Int(&'a isize),

src/test/run-pass/while-prelude-drop.rs

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// pretty-expanded FIXME #23616
12-
1311
#![feature(collections)]
1412

1513
use std::string::String;

0 commit comments

Comments
 (0)