diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-01-07 00:57:12 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-01-07 23:51:38 -0800 |
| commit | 0547fb9cad4053f3ec66e722b7a05df259d63038 (patch) | |
| tree | e4114146c7900dc5c771e87a33fc35ea5380448c /src/libsyntax | |
| parent | f47e4b2874a69491e9d06e4fdbd7de4cb907b52e (diff) | |
| download | rust-0547fb9cad4053f3ec66e722b7a05df259d63038.tar.gz rust-0547fb9cad4053f3ec66e722b7a05df259d63038.zip | |
Fixup the rest of the tests in the compiler
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/expand.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/ext/expand.rs b/src/libsyntax/ext/expand.rs index ccffb11f73e..fb98f766fef 100644 --- a/src/libsyntax/ext/expand.rs +++ b/src/libsyntax/ext/expand.rs @@ -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; |
