Skip to content

Commit a6cb0c2

Browse files
committed
Enable more tests that pretty-print correctly now
1 parent 2911156 commit a6cb0c2

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/test/run-pass/alt-str.rs

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

43
fn main() {

src/test/run-pass/if-check-precond.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
pred even(x: uint) -> bool {
43
if x < 2u {
54
ret false;

src/test/run-pass/task-comm.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
use std;
54

0 commit comments

Comments
 (0)