]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/anon-extern-mod-cross-crate-2.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / anon-extern-mod-cross-crate-2.rs
index a9c6141c18b46fe72515f0eae2c343ca27042068..0ef666031114eacaae619625919022eb65fdaf95 100644 (file)
@@ -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,9 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-fast
 // aux-build:anon-extern-mod-cross-crate-1.rs
-extern mod anonexternmod;
+extern crate anonexternmod;
 
 use anonexternmod::rust_get_test_int;