about summary refs log tree commit diff
path: root/src/test/compile-fail/vec-add.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/vec-add.rs')
-rw-r--r--src/test/compile-fail/vec-add.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/compile-fail/vec-add.rs b/src/test/compile-fail/vec-add.rs
index f30a050211e..3f1b82d1768 100644
--- a/src/test/compile-fail/vec-add.rs
+++ b/src/test/compile-fail/vec-add.rs
@@ -1,4 +1,4 @@
-// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
 //
@@ -8,11 +8,11 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-test
+// ignore-test
 
 // FIXME (Issue #2711): + should allow immutable or mutable vectors on
 // the right hand side in all cases. We are getting compiler errors
-// about this now, so I'm xfailing the test for now. -eholk
+// about this now, so I'm ignoring the test for now. -eholk
 
 fn add(i: ~[int], mut m: ~[int]) {