From 363f466627db373fab23d1df94b7382223b8675a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 28 Aug 2018 11:17:08 +0300 Subject: tone down on eq typed --- crates/libeditor/tests/test.rs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'crates/libeditor/tests') diff --git a/crates/libeditor/tests/test.rs b/crates/libeditor/tests/test.rs index 17926d5ae..2be54215a 100644 --- a/crates/libeditor/tests/test.rs +++ b/crates/libeditor/tests/test.rs @@ -266,15 +266,15 @@ fn test_on_eq_typed() { assert_eq_text!(after, &actual); } - do_check(r" -fn foo() { - let foo =<|> -} -", r" -fn foo() { - let foo =; -} -"); +// do_check(r" +// fn foo() { +// let foo =<|> +// } +// ", r" +// fn foo() { +// let foo =; +// } +// "); do_check(r" fn foo() { let foo =<|> 1 + 1 -- cgit v1.2.3