From b4fe06bc17127b6007114a8ba8bf876fdef112e0 Mon Sep 17 00:00:00 2001 From: Geoffry Song Date: Sat, 5 Oct 2019 16:30:10 -0700 Subject: Move tests around --- crates/ra_syntax/test_data/parser/inline/ok/0019_unary_expr.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0019_unary_expr.rs') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0019_unary_expr.rs b/crates/ra_syntax/test_data/parser/inline/ok/0019_unary_expr.rs index 1080b48a1..f1c3f7118 100644 --- a/crates/ra_syntax/test_data/parser/inline/ok/0019_unary_expr.rs +++ b/crates/ra_syntax/test_data/parser/inline/ok/0019_unary_expr.rs @@ -1,9 +1,5 @@ fn foo() { - **&1 + 1; + **&1; !!true; --1; - *&1 as u64; - *x(1); - &x[1]; - -1..2; } -- cgit v1.2.3