librustdoc: Try to unbreak the test. rs=burning

This commit is contained in:
Patrick Walton 2012-12-13 15:01:57 -08:00
parent 9d23029648
commit e71ec06118

View File

@ -29,8 +29,8 @@ mod test {
fn parse_attributes(+source: ~str) -> ~[ast::attribute] {
use syntax::parse;
use parse::parser;
use parse::attr::parser_attr;
use syntax::parse::parser;
use syntax::parse::attr::parser_attr;
use syntax::codemap;
use syntax::diagnostic;