mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
Fix build error
This commit is contained in:
parent
283f5415df
commit
db13e052cd
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ mod test {
|
||||||
let iter1 = 3u;
|
let iter1 = 3u;
|
||||||
let iter2 = 22u;
|
let iter2 = 22u;
|
||||||
let read_port = comm::Port();
|
let read_port = comm::Port();
|
||||||
let read_chan = comm::Chan(read_port);
|
let read_chan = comm::Chan(&read_port);
|
||||||
|
|
||||||
// fire up a reader task
|
// fire up a reader task
|
||||||
for uint::range(0u, iter1) |i| {
|
for uint::range(0u, iter1) |i| {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue