commit | a2a1a4a9790d9dcfdf456b370e6bc9a8087233cb | [log] [tgz] |
---|---|---|
author | Nika Layzell <nika@thelayzells.com> | Sun Nov 19 11:33:17 2017 -0500 |
committer | Nika Layzell <nika@thelayzells.com> | Sun Nov 19 11:33:17 2017 -0500 |
tree | 8bf859dd5b735ff821a3be66924f686eb275405e | |
parent | cfa5cc03823c9380301711d92b1284d0f364406e [diff] [blame] |
Get syn tests passing with libsyntax instead of syntex
diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 3d7495d..ae16090 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs
@@ -1,12 +1,15 @@ #![allow(dead_code)] extern crate walkdir; +extern crate syntax; use std::env; use std::path::Path; use std::process::Command; use std::u32; +use self::syntax::ast; + use self::walkdir::DirEntry; macro_rules! errorf {