Skip to content

Commit

Permalink
Uppercase Send bound and make test for #2834 work
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Sep 10, 2012
1 parent e666fe8 commit 9a15c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass/issue-2834.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//

proto! streamp (
open:send<T: send> {
open:send<T: Send> {
data(T) -> open<T>
}
)
Expand Down

0 comments on commit 9a15c50

Please sign in to comment.