diff options
| author | Jonathan Turner <jturner@mozilla.com> | 2016-06-23 18:02:50 -0400 |
|---|---|---|
| committer | Jonathan Turner <jturner@mozilla.com> | 2016-06-23 18:02:50 -0400 |
| commit | ea7ba12f0f8c1adf5abbbbcf5f8ce9543bb0a2ed (patch) | |
| tree | 1840500f37a5b919ae76576da090e84a561c7074 /src | |
| parent | bdd3f8f2401e9f7bb72e3af38ebf0e698dc9e4b9 (diff) | |
| download | rust-ea7ba12f0f8c1adf5abbbbcf5f8ce9543bb0a2ed.tar.gz rust-ea7ba12f0f8c1adf5abbbbcf5f8ce9543bb0a2ed.zip | |
Add missing 'extern crate' for test
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass-fulldeps/auxiliary/macro_crate_test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass-fulldeps/auxiliary/macro_crate_test.rs b/src/test/run-pass-fulldeps/auxiliary/macro_crate_test.rs index 074cd64b013..e32c83472a1 100644 --- a/src/test/run-pass-fulldeps/auxiliary/macro_crate_test.rs +++ b/src/test/run-pass-fulldeps/auxiliary/macro_crate_test.rs @@ -15,6 +15,7 @@ extern crate syntax; extern crate rustc; extern crate rustc_plugin; +extern crate syntax_pos; use syntax::ast::{self, TokenTree, Item, MetaItem, ImplItem, TraitItem, ItemKind}; use syntax::ext::base::*; |
