Skip to content

Commit 451e438

Browse files
committed
Un-xfail tests.
1 parent 879b639 commit 451e438

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

src/test/run-pass/anon-obj-overriding-reduced.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//xfail-stage0
2-
31
// Reduced test case for issue #543.
42
fn main() {
53

src/test/run-pass/anon-obj-overriding.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//xfail-stage0
2-
31
use std;
42

53
fn main() {

src/test/run-pass/anon-obj-with-self-call-2.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//xfail-stage0
2-
31
// Reduced test case for issue #540.
42
fn main() {
53
obj a() {

src/test/run-pass/anon-obj-with-self-call.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//xfail-stage0
2-
31
use std;
42

53
fn main() {

0 commit comments

Comments
 (0)