From 720861bcff4b9f67ca4def66e2996015811fa90b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 5 Aug 2018 18:16:52 +0300 Subject: Lopps && logical ops --- tests/data/parser/inline/0079_compound_ops.rs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tests/data/parser/inline/0079_compound_ops.rs (limited to 'tests/data/parser') diff --git a/tests/data/parser/inline/0079_compound_ops.rs b/tests/data/parser/inline/0079_compound_ops.rs deleted file mode 100644 index 48be5aebe..000000000 --- a/tests/data/parser/inline/0079_compound_ops.rs +++ /dev/null @@ -1,5 +0,0 @@ -fn foo() { - x += 1; - 1 + 1 <= 2 * 3; - z -= 3 >= 0; -} -- cgit v1.2.3