diff options
| -rw-r--r-- | src/test/pretty/issue-4264.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/pretty/issue-4264.pp b/src/test/pretty/issue-4264.pp index 910e3ec5ff8..a9f57a48f44 100644 --- a/src/test/pretty/issue-4264.pp +++ b/src/test/pretty/issue-4264.pp @@ -3,7 +3,7 @@ #![feature(globs)] #[phase(plugin, link)] extern crate std = "std"; -extern crate native; +extern crate rt = "native"; use std::prelude::*; // Copyright 2014 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at |
