]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/coherence-all-remote.rs
rustc: Add support for `extern crate foo as bar`
[rust.git] / src / test / compile-fail / coherence-all-remote.rs
index 1e3b7f6dbd22f94b819466d1dea00b9aced81b14..7a5340041c21bd911f3eaa8646bcd9df766eb70d 100644 (file)
@@ -8,9 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// aux-build:coherence-lib.rs
+// aux-build:coherence_lib.rs
 
-extern crate "coherence-lib" as lib;
+extern crate coherence_lib as lib;
 use lib::Remote1;
 
 impl<T> Remote1<T> for isize { }