diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-11 17:02:38 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-11 17:02:38 -0700 |
| commit | c090dcad846f0af9cbebbed0deda5877140ed364 (patch) | |
| tree | c038bf7d2eaa4664fea03136625bb3ad7972df7a /src/test | |
| parent | 06d0bf7555c55dc6c9d5b9945c06d30d0edf090b (diff) | |
Uncomment nested module in test, delete a FIXME
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/item-attributes.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/item-attributes.rs b/src/test/run-pass/item-attributes.rs index a3451da6f9a..225ba63e6a5 100644 --- a/src/test/run-pass/item-attributes.rs +++ b/src/test/run-pass/item-attributes.rs @@ -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]; } - */ } } |
