From 245c0d85840b3ef6e969e1a6786bdfb5285b0cea Mon Sep 17 00:00:00 2001 From: Ville Penttinen Date: Sun, 31 Mar 2019 10:39:23 +0300 Subject: Update tests --- .../ra_syntax/tests/data/parser/inline/ok/0048_path_type_with_bounds.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_syntax/tests/data/parser/inline/ok/0048_path_type_with_bounds.rs') diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0048_path_type_with_bounds.rs b/crates/ra_syntax/tests/data/parser/inline/ok/0048_path_type_with_bounds.rs index 215210e27..4bb0f63b7 100644 --- a/crates/ra_syntax/tests/data/parser/inline/ok/0048_path_type_with_bounds.rs +++ b/crates/ra_syntax/tests/data/parser/inline/ok/0048_path_type_with_bounds.rs @@ -1 +1,2 @@ fn foo() -> Box {} +fn foo() -> Box {} -- cgit v1.2.3