Skip to content

Commit 19b9a0d

Browse files
committed
rustdoc: Reenable a working test
1 parent 868d9c7 commit 19b9a0d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/rustdoc/astsrv.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,12 @@ fn should_prune_unconfigured_items() {
100100
}
101101

102102
#[test]
103-
#[ignore]
104103
fn srv_should_build_ast_map() {
105-
// FIXME
106-
/*let source = "fn a() { }";
104+
let source = "fn a() { }";
107105
let srv = mk_srv_from_str(source);
108106
exec(srv) {|ctxt|
109107
assert ctxt.ast_map.size() != 0u
110-
};*/
108+
};
111109
}
112110

113111
#[test]

0 commit comments

Comments
 (0)