Skip to content

Commit 6360082

Browse files
committed
Un-xfail more pretty-printing tests
1 parent e4da7c5 commit 6360082

File tree

6 files changed

+0
-9
lines changed

6 files changed

+0
-9
lines changed

src/test/bench/shootout-binarytrees.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// xfail-pretty
2-
31
use std;
42
import std::int;
53

src/test/bench/shootout-fannkuchredux.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// xfail-pretty
2-
31
// Based on Isaac Gouy's fannkuchredux.csharp
42
use std;
53
import std::int;

src/test/bench/shootout-pfib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-pretty
21
// -*- rust -*-
32

43
/*

src/test/run-fail/fmt-fail.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-stage0
2-
// xfail-pretty
32
// error-pattern:meh
43
use std;
54
import std::str;

src/test/run-pass/item-attributes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// xfail-stage0
2-
// xfail-pretty
32

43
// These are attributes of the implicit crate. Really this just needs to parse
54
// for completeness since .rs files linked from .rc files support this

src/test/run-pass/syntax-extension-fmt.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// xfail-pretty
2-
31
use std;
42
import std::str;
53

0 commit comments

Comments
 (0)