about summary refs log tree commit diff
path: root/src/test/compile-fail/empty-linkname.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/empty-linkname.rs')
-rw-r--r--src/test/compile-fail/empty-linkname.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/compile-fail/empty-linkname.rs b/src/test/compile-fail/empty-linkname.rs
index e5c304efd67..8dcc07f50f7 100644
--- a/src/test/compile-fail/empty-linkname.rs
+++ b/src/test/compile-fail/empty-linkname.rs
@@ -1,6 +1,4 @@
-// xfail-test
-
-// 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.
 //
@@ -12,6 +10,8 @@
 
 // error-pattern:empty #[link_name] not allowed; use #[nolink].
 
+// ignore-test
+
 #[link_name = ""]
 extern {
 }