Skip to content

Commit ea7ba12

Browse files
author
Jonathan Turner
committed
Add missing 'extern crate' for test
1 parent bdd3f8f commit ea7ba12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass-fulldeps/auxiliary/macro_crate_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
extern crate syntax;
1616
extern crate rustc;
1717
extern crate rustc_plugin;
18+
extern crate syntax_pos;
1819

1920
use syntax::ast::{self, TokenTree, Item, MetaItem, ImplItem, TraitItem, ItemKind};
2021
use syntax::ext::base::*;

0 commit comments

Comments
 (0)