about summary refs log tree commit diff
path: root/src/test/run-pass/syntax-extension-source-utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/syntax-extension-source-utils.rs')
-rw-r--r--src/test/run-pass/syntax-extension-source-utils.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/syntax-extension-source-utils.rs b/src/test/run-pass/syntax-extension-source-utils.rs
index bf93dd0ae49..276f792d659 100644
--- a/src/test/run-pass/syntax-extension-source-utils.rs
+++ b/src/test/run-pass/syntax-extension-source-utils.rs
@@ -1,4 +1,4 @@
-// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2012-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,7 +9,7 @@
 // except according to those terms.
 
 // This test is brittle!
-// xfail-pretty - the pretty tests lose path information, breaking include!
+// ignore-pretty - the pretty tests lose path information, breaking include!
 
 #[feature(macro_rules)];