mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
"ch" -> "self_channel"
This commit is contained in:
parent
3aa7f249e8
commit
d2455c7bb6
1 changed files with 4 additions and 2 deletions
|
@ -107,8 +107,10 @@ fn do_draw(sender: chan<AzDrawTargetRef>,
|
|||
|
||||
#[test]
|
||||
fn sanity_check() {
|
||||
listen {|ch|
|
||||
let sink = pngsink(ch);
|
||||
listen {
|
||||
|self_channel|
|
||||
|
||||
let sink = pngsink(self_channel);
|
||||
let renderer = renderer::renderer(sink);
|
||||
|
||||
let dlist = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue