about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2020-04-25 21:13:56 +0200
committerCamille GILLOT <gillot.camille@gmail.com>2020-05-08 13:57:08 +0200
commit32507d691058d3efae2ad3fce9e7ff14a387f856 (patch)
tree1665b2195b08774df7e60a594860853ee5c0a33c /src/test
parent7bf21d48387fbcdca39ef9acd3abc601ee8bd7c9 (diff)
downloadrust-32507d691058d3efae2ad3fce9e7ff14a387f856.tar.gz
rust-32507d691058d3efae2ad3fce9e7ff14a387f856.zip
Fix tests
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ui-fulldeps/pprust-expr-roundtrip.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui-fulldeps/pprust-expr-roundtrip.rs b/src/test/ui-fulldeps/pprust-expr-roundtrip.rs
index 365ae301c0f..a3d31d25774 100644
--- a/src/test/ui-fulldeps/pprust-expr-roundtrip.rs
+++ b/src/test/ui-fulldeps/pprust-expr-roundtrip.rs
@@ -32,6 +32,7 @@ use rustc_parse::new_parser_from_source_str;
 use rustc_session::parse::ParseSess;
 use rustc_span::source_map::{Spanned, DUMMY_SP, FileName};
 use rustc_span::source_map::FilePathMapping;
+use rustc_span::symbol::Ident;
 use rustc_ast::ast::*;
 use rustc_ast::mut_visit::{self, MutVisitor, visit_clobber};
 use rustc_ast::ptr::P;