1
Fork 0

Fixup the rest of the tests in the compiler

This commit is contained in:
Alex Crichton 2014-01-07 00:57:12 -08:00
parent f47e4b2874
commit 0547fb9cad
7 changed files with 7 additions and 5 deletions

View file

@ -1109,6 +1109,7 @@ mod test {
use codemap;
use codemap::Spanned;
use fold;
use fold::*;
use parse;
use parse::token::{fresh_mark, gensym, intern, ident_to_str};
use parse::token;