]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-9188.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / issue-9188.rs
index d3455af4e2c744d54eea8d58993b60843a92e672..31797deccf91ce878b80676e4e17dc9a1cc273ad 100644 (file)
@@ -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.
 //
@@ -9,9 +9,8 @@
 // except according to those terms.
 
 // aux-build:issue_9188.rs
-// xfail-fast check-fast doesn't like aux-build
 
-extern mod issue_9188;
+extern crate issue_9188;
 
 pub fn main() {
     let a = issue_9188::bar();