diff options
author | Aleksey Kladov <[email protected]> | 2018-08-28 09:17:08 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-28 09:17:08 +0100 |
commit | 363f466627db373fab23d1df94b7382223b8675a (patch) | |
tree | f22c779cf90096968488c7951c803f053473f11d /crates/libeditor/tests | |
parent | 2fa90e736b026ee979d9eb59178dc1f792228250 (diff) |
tone down on eq typed
Diffstat (limited to 'crates/libeditor/tests')
-rw-r--r-- | crates/libeditor/tests/test.rs | 18 |
1 files changed, 9 insertions, 9 deletions
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() { | |||
266 | assert_eq_text!(after, &actual); | 266 | assert_eq_text!(after, &actual); |
267 | } | 267 | } |
268 | 268 | ||
269 | do_check(r" | 269 | // do_check(r" |
270 | fn foo() { | 270 | // fn foo() { |
271 | let foo =<|> | 271 | // let foo =<|> |
272 | } | 272 | // } |
273 | ", r" | 273 | // ", r" |
274 | fn foo() { | 274 | // fn foo() { |
275 | let foo =; | 275 | // let foo =; |
276 | } | 276 | // } |
277 | "); | 277 | // "); |
278 | do_check(r" | 278 | do_check(r" |
279 | fn foo() { | 279 | fn foo() { |
280 | let foo =<|> 1 + 1 | 280 | let foo =<|> 1 + 1 |