about summary refs log tree commit diff
path: root/src/test/run-pass/phase-syntax-link-does-resolve.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/phase-syntax-link-does-resolve.rs')
-rw-r--r--src/test/run-pass/phase-syntax-link-does-resolve.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/test/run-pass/phase-syntax-link-does-resolve.rs b/src/test/run-pass/phase-syntax-link-does-resolve.rs
index b693030f240..a829dd3fbc5 100644
--- a/src/test/run-pass/phase-syntax-link-does-resolve.rs
+++ b/src/test/run-pass/phase-syntax-link-does-resolve.rs
@@ -1,4 +1,4 @@
-// Copyright 2013 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
 //
@@ -9,9 +9,9 @@
 // except according to those terms.
 
 // aux-build:macro_crate_test.rs
-// xfail-stage1
-// xfail-fast
-// xfail-android
+// ignore-stage1
+// ignore-fast
+// ignore-android
 // force-host
 
 // You'll note that there's lots of directives above. This is a very particular
@@ -19,8 +19,8 @@
 // This implies that both versions are the host architecture, meaning this test
 // must also be compiled with the host arch.
 //
-// Hence, xfail-stage1 because macros are unstable around there, xfail-fast
-// because this doesn't work with that test runner, xfail-android because it
+// Hence, ignore-stage1 because macros are unstable around there, ignore-fast
+// because this doesn't work with that test runner, ignore-android because it
 // can't run host binaries, and force-host to make this test build as the host
 // arch.