diff options
author | Aleksey Kladov <[email protected]> | 2018-08-10 20:33:29 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-10 20:33:29 +0100 |
commit | 7c67612b8a894187fa3b64725531a5459f9211bf (patch) | |
tree | 9e2a536efa0c880d921fd8d4d74423afc9451fd4 /tests/data/parser/inline/0074_unary_expr.rs | |
parent | 26262aaf05983c5b7f41cc438e287523268fe1eb (diff) |
organizize
Diffstat (limited to 'tests/data/parser/inline/0074_unary_expr.rs')
-rw-r--r-- | tests/data/parser/inline/0074_unary_expr.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/data/parser/inline/0074_unary_expr.rs b/tests/data/parser/inline/0074_unary_expr.rs deleted file mode 100644 index f1c3f7118..000000000 --- a/tests/data/parser/inline/0074_unary_expr.rs +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | fn foo() { | ||
2 | **&1; | ||
3 | !!true; | ||
4 | --1; | ||
5 | } | ||