]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-9123.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / issue-9123.rs
index 8399eeebe485f803c2d628d871676b616483c2c9..f66215aa43f8ca91fa2c224b0ce4f524df50bdfb 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.
 //
@@ -8,9 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-fast check-fast doesn't like aux-build
 // aux-build:issue_9123.rs
 
-extern mod issue_9123;
+extern crate issue_9123;
 
 pub fn main() {}