diff options
Diffstat (limited to 'src/test/compile-fail/osx-frameworks.rs')
| -rw-r--r-- | src/test/compile-fail/osx-frameworks.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/compile-fail/osx-frameworks.rs b/src/test/compile-fail/osx-frameworks.rs index 61593629656..aba5fb3bc03 100644 --- a/src/test/compile-fail/osx-frameworks.rs +++ b/src/test/compile-fail/osx-frameworks.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. // @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-macos this is supposed to succeed on osx +// ignore-macos this is supposed to succeed on osx #[link(name = "foo", kind = "framework")] extern {} |
