aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/ok/0011_outer_attribute.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/ok/0011_outer_attribute.rs')
-rw-r--r--crates/ra_syntax/tests/data/parser/ok/0011_outer_attribute.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/ra_syntax/tests/data/parser/ok/0011_outer_attribute.rs b/crates/ra_syntax/tests/data/parser/ok/0011_outer_attribute.rs
deleted file mode 100644
index 8b80c0d90..000000000
--- a/crates/ra_syntax/tests/data/parser/ok/0011_outer_attribute.rs
+++ /dev/null
@@ -1,3 +0,0 @@
1#[cfg(test)]
2#[ignore]
3fn foo() {}