summaryrefslogtreecommitdiffstats
path: root/tests/pretty/ast-stmt-expr-attr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pretty/ast-stmt-expr-attr.rs')
-rw-r--r--tests/pretty/ast-stmt-expr-attr.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pretty/ast-stmt-expr-attr.rs b/tests/pretty/ast-stmt-expr-attr.rs
index 27c86ec22..a958666e3 100644
--- a/tests/pretty/ast-stmt-expr-attr.rs
+++ b/tests/pretty/ast-stmt-expr-attr.rs
@@ -4,7 +4,6 @@ fn main() {}
#[cfg(FALSE)]
fn syntax() {
- let _ = #[attr] box 0;
let _ = #[attr] [];
let _ = #[attr] [0];
let _ = #[attr] [0; 0];