Clean up some unused imports in tests
This commit is contained in:
parent
fad7857c7b
commit
229eeda4cd
1 changed files with 0 additions and 1 deletions
|
@ -1075,7 +1075,6 @@ mod test {
|
||||||
use parse::token::{intern, get_ident_interner};
|
use parse::token::{intern, get_ident_interner};
|
||||||
use print::pprust;
|
use print::pprust;
|
||||||
use util::parser_testing::{string_to_item, string_to_pat, strs_to_idents};
|
use util::parser_testing::{string_to_item, string_to_pat, strs_to_idents};
|
||||||
use oldvisit::{mk_vt};
|
|
||||||
|
|
||||||
// make sure that fail! is present
|
// make sure that fail! is present
|
||||||
#[test] fn fail_exists_test () {
|
#[test] fn fail_exists_test () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue