diff options
Diffstat (limited to 'crates/libsyntax2/tests/data/parser/inline/0074_unary_expr.rs')
-rw-r--r-- | crates/libsyntax2/tests/data/parser/inline/0074_unary_expr.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/crates/libsyntax2/tests/data/parser/inline/0074_unary_expr.rs b/crates/libsyntax2/tests/data/parser/inline/0074_unary_expr.rs deleted file mode 100644 index f1c3f7118..000000000 --- a/crates/libsyntax2/tests/data/parser/inline/0074_unary_expr.rs +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | fn foo() { | ||
2 | **&1; | ||
3 | !!true; | ||
4 | --1; | ||
5 | } | ||