rustdoc: Reenable a working test

This commit is contained in:
Brian Anderson 2012-01-30 21:02:03 -08:00
parent 868d9c753c
commit 19b9a0d363
1 changed files with 2 additions and 4 deletions

View File

@ -100,14 +100,12 @@ fn should_prune_unconfigured_items() {
}
#[test]
#[ignore]
fn srv_should_build_ast_map() {
// FIXME
/*let source = "fn a() { }";
let source = "fn a() { }";
let srv = mk_srv_from_str(source);
exec(srv) {|ctxt|
assert ctxt.ast_map.size() != 0u
};*/
};
}
#[test]