mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
Update tests
This commit is contained in:
parent
e7c6d34854
commit
ca0225730f
@ -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())));
|
||||
}
|
||||
|
@ -12,4 +12,6 @@ fn main() {
|
||||
"adipiscing",
|
||||
"elit",
|
||||
);
|
||||
// #1501
|
||||
let hyper = Arc::new(Client::with_connector(HttpsConnector::new(TlsClient::new())));
|
||||
}
|
||||
|
@ -101,7 +101,7 @@ fn arrays() {
|
||||
Weighted { weight: 1, item: 1 },
|
||||
Weighted { weight: x, item: 2 },
|
||||
Weighted { weight: 1, item: 3 },
|
||||
],
|
||||
]
|
||||
);
|
||||
|
||||
let z = [
|
||||
|
Loading…
Reference in New Issue
Block a user