about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-3177-mutable-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/issue-3177-mutable-struct.rs')
-rw-r--r--src/test/compile-fail/issue-3177-mutable-struct.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/compile-fail/issue-3177-mutable-struct.rs b/src/test/compile-fail/issue-3177-mutable-struct.rs
index 180f13d0371..ab90b7b253c 100644
--- a/src/test/compile-fail/issue-3177-mutable-struct.rs
+++ b/src/test/compile-fail/issue-3177-mutable-struct.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,8 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-test
+// ignore-test
 // error-pattern: instantiating a type parameter with an incompatible type
+
 struct S<T:Freeze> {
     s: T,
     cant_nest: ()