mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)
This commit is contained in:
parent
ba2cb77c26
commit
40b4348824
28 changed files with 349 additions and 338 deletions
|
@ -155,8 +155,6 @@ fn test_parse_hostsfile_with_end_of_line_whitespace()
|
|||
|
||||
#[test]
|
||||
fn test_replace_hosts() {
|
||||
use std::net::TcpListener;
|
||||
|
||||
let mut host_table_box = Box::new(HashMap::new());
|
||||
host_table_box.insert("foo.bar.com".to_owned(), "127.0.0.1".to_owned());
|
||||
host_table_box.insert("servo.test.server".to_owned(), "127.0.0.2".to_owned());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue