Uppercase Send bound and make test for #2834 work

This commit is contained in:
Tim Chevalier 2012-09-10 12:38:04 -07:00
parent e666fe89dd
commit 9a15c50f6c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
//
proto! streamp (
open:send<T: send> {
open:send<T: Send> {
data(T) -> open<T>
}
)