mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
auto merge of #897 : metajack/servo/non-ic-typarams, r=pcwalton
This commit is contained in:
commit
7b7fd475ee
1 changed files with 0 additions and 2 deletions
|
@ -125,7 +125,6 @@ fn test_exit() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[allow(non_implicitly_copyable_typarams)]
|
|
||||||
fn test_bad_scheme() {
|
fn test_bad_scheme() {
|
||||||
let resource_task = ResourceTask();
|
let resource_task = ResourceTask();
|
||||||
let progress = Port();
|
let progress = Port();
|
||||||
|
@ -138,7 +137,6 @@ fn test_bad_scheme() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[allow(non_implicitly_copyable_typarams)]
|
|
||||||
fn should_delegate_to_scheme_loader() {
|
fn should_delegate_to_scheme_loader() {
|
||||||
let payload = ~[1, 2, 3];
|
let payload = ~[1, 2, 3];
|
||||||
let loader_factory = |_url: Url, progress_chan: Chan<ProgressMsg>| {
|
let loader_factory = |_url: Url, progress_chan: Chan<ProgressMsg>| {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue