mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +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 iter2 = 22u;
|
||||
let read_port = comm::Port();
|
||||
let read_chan = comm::Chan(read_port);
|
||||
let read_chan = comm::Chan(&read_port);
|
||||
|
||||
// fire up a reader task
|
||||
for uint::range(0u, iter1) |i| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue