From 642a3392d94b85cf5802cef9ceaa3de7e4571680 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 2 May 2020 01:18:35 +0200 Subject: Update test data --- crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.rast | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.rast') diff --git a/crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.rast b/crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.rast index 61c361833..9323b7890 100644 --- a/crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.rast +++ b/crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.rast @@ -25,8 +25,7 @@ SOURCE_FILE@0..23 IDENT@18..19 "T" WHITESPACE@19..20 " " BLOCK_EXPR@20..22 - BLOCK@20..22 - L_CURLY@20..21 "{" - R_CURLY@21..22 "}" + L_CURLY@20..21 "{" + R_CURLY@21..22 "}" WHITESPACE@22..23 "\n" error 19..19: expected colon -- cgit v1.2.3