diff options
Diffstat (limited to 'tests/data/parser/inline/0086_array_expr.rs')
-rw-r--r-- | tests/data/parser/inline/0086_array_expr.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/data/parser/inline/0086_array_expr.rs b/tests/data/parser/inline/0086_array_expr.rs deleted file mode 100644 index 4dc1999d1..000000000 --- a/tests/data/parser/inline/0086_array_expr.rs +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | fn foo() { | ||
2 | []; | ||
3 | [1]; | ||
4 | [1, 2,]; | ||
5 | [1; 2]; | ||
6 | } | ||