Uncomment nested module in test, delete a FIXME

This commit is contained in:
Tim Chevalier 2012-10-11 17:02:38 -07:00
parent 06d0bf7555
commit c090dcad84

View File

@ -75,7 +75,6 @@ mod test_stmt_single_attr_outer {
#[attr = "val"]
fn f() { }
/* FIXME: Issue #493
#[attr = "val"]
mod mod1 {
#[legacy_exports];
@ -86,7 +85,6 @@ mod test_stmt_single_attr_outer {
extern mod rustrt {
#[legacy_exports];
}
*/
}
}