Skip to content

Commit 704f628

Browse files
committed
Remove pretty-expanded from failing tests
This commit removes pretty-expanded from all tests that wind up calling panic! one way or another now that its internals are unstable.
1 parent 65e3f03 commit 704f628

File tree

791 files changed

+791
-791
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

791 files changed

+791
-791
lines changed

src/test/run-pass/argument-passing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111

12-
// pretty-expanded FIXME #23616
12+
1313

1414
struct X {
1515
x: isize

src/test/run-pass/arith-2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212

13-
// pretty-expanded FIXME #23616
13+
1414

1515
pub fn main() {
1616
let i32_c: isize = 0x10101010;

src/test/run-pass/arith-unsigned.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// pretty-expanded FIXME #23616
11+
1212

1313
#![allow(type_limits)]
1414

src/test/run-pass/artificial-block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// pretty-expanded FIXME #23616
11+
1212

1313
fn f() -> isize { { return 3; } }
1414

src/test/run-pass/as-precedence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// pretty-expanded FIXME #23616
11+
1212

1313
fn main() {
1414
assert_eq!(3 as usize * 3, 9);

src/test/run-pass/asm-in-out-operand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// pretty-expanded FIXME #23616
11+
1212

1313
#![feature(asm)]
1414

src/test/run-pass/asm-out-assign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// pretty-expanded FIXME #23616
11+
1212

1313
#![feature(asm)]
1414

src/test/run-pass/assign-assign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// Issue 483 - Assignment expressions result in nil
12-
// pretty-expanded FIXME #23616
12+
1313

1414
fn test_assign() {
1515
let mut x: isize;

src/test/run-pass/assignability-trait.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// making method calls, but only if there aren't any matches without
1313
// it.
1414

15-
// pretty-expanded FIXME #23616
15+
1616

1717
#![feature(unboxed_closures)]
1818

src/test/run-pass/associated-types-basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// pretty-expanded FIXME #23616
11+
1212

1313
#![feature(core)]
1414

0 commit comments

Comments
 (0)