diff --git a/src/test/run-pass/anon-obj-overriding-reduced.rs b/src/test/run-pass/anon-obj-overriding-reduced.rs index 3c1c62bae632..0c1de4ba566a 100644 --- a/src/test/run-pass/anon-obj-overriding-reduced.rs +++ b/src/test/run-pass/anon-obj-overriding-reduced.rs @@ -1,5 +1,3 @@ -//xfail-stage0 - // Reduced test case for issue #543. fn main() { diff --git a/src/test/run-pass/anon-obj-overriding.rs b/src/test/run-pass/anon-obj-overriding.rs index a075c6ea13d0..223b38407d6a 100644 --- a/src/test/run-pass/anon-obj-overriding.rs +++ b/src/test/run-pass/anon-obj-overriding.rs @@ -1,5 +1,3 @@ -//xfail-stage0 - use std; fn main() { diff --git a/src/test/run-pass/anon-obj-with-self-call-2.rs b/src/test/run-pass/anon-obj-with-self-call-2.rs index e95bc266ff8b..0b73e6d63425 100644 --- a/src/test/run-pass/anon-obj-with-self-call-2.rs +++ b/src/test/run-pass/anon-obj-with-self-call-2.rs @@ -1,5 +1,3 @@ -//xfail-stage0 - // Reduced test case for issue #540. fn main() { obj a() { diff --git a/src/test/run-pass/anon-obj-with-self-call.rs b/src/test/run-pass/anon-obj-with-self-call.rs index 4522bef26e9b..8f80e54e662d 100644 --- a/src/test/run-pass/anon-obj-with-self-call.rs +++ b/src/test/run-pass/anon-obj-with-self-call.rs @@ -1,5 +1,3 @@ -//xfail-stage0 - use std; fn main() {