1
Fork 0

test: Fix test/run-pass-fulldeps/qquote.rs. rs=bustage

This commit is contained in:
Patrick Walton 2012-12-28 18:42:10 -08:00
parent 19dfb47564
commit b92ea8dc78

View file

@ -15,7 +15,7 @@
extern mod std;
extern mod syntax;
use io::*;
use core::io::*;
use syntax::diagnostic;
use syntax::ast;