aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/parser')
-rw-r--r--tests/data/parser/inline/0079_compound_ops.rs5
1 files changed, 0 insertions, 5 deletions
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 @@
1fn foo() {
2 x += 1;
3 1 + 1 <= 2 * 3;
4 z -= 3 >= 0;
5}