From ca0225730fbb11d4c138cbe9110ec24619c4ba95 Mon Sep 17 00:00:00 2001 From: topecongiro <seuchida@gmail.com> Date: Thu, 4 May 2017 15:17:57 +0900 Subject: [PATCH] Update tests --- tests/source/configs-fn_call_style-block.rs | 2 ++ tests/target/configs-fn_call_style-block.rs | 2 ++ tests/target/expr-block.rs | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/source/configs-fn_call_style-block.rs b/tests/source/configs-fn_call_style-block.rs index 50d00540515..1d782670a20 100644 --- a/tests/source/configs-fn_call_style-block.rs +++ b/tests/source/configs-fn_call_style-block.rs @@ -3,4 +3,6 @@ fn main() { lorem("lorem", "ipsum", "dolor", "sit", "amet", "consectetur", "adipiscing", "elit"); + // #1501 + let hyper = Arc::new(Client::with_connector(HttpsConnector::new(TlsClient::new()))); } diff --git a/tests/target/configs-fn_call_style-block.rs b/tests/target/configs-fn_call_style-block.rs index df2fb9207bb..dba4941adb0 100644 --- a/tests/target/configs-fn_call_style-block.rs +++ b/tests/target/configs-fn_call_style-block.rs @@ -12,4 +12,6 @@ fn main() { "adipiscing", "elit", ); + // #1501 + let hyper = Arc::new(Client::with_connector(HttpsConnector::new(TlsClient::new()))); } diff --git a/tests/target/expr-block.rs b/tests/target/expr-block.rs index f7a157cf3df..9c1108ff507 100644 --- a/tests/target/expr-block.rs +++ b/tests/target/expr-block.rs @@ -101,7 +101,7 @@ fn arrays() { Weighted { weight: 1, item: 1 }, Weighted { weight: x, item: 2 }, Weighted { weight: 1, item: 3 }, - ], + ] ); let z = [