Skip to content

Commit

Permalink
send only takes one data argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
eholk committed Jul 6, 2012
1 parent 0ad7ae5 commit 5d35435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/run-pass/pipe-manual-3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ mod test {

fn macros() {
#macro[
[#send[chan, data, ...],
chan.send()(chan, data, ...)]
[#send[chan, data],
chan.send()(chan, data)]
];
#macro[
[#recv[chan],
Expand Down

0 comments on commit 5d35435

Please sign in to comment.