mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
parent
c104745255
commit
233e595b61
@ -1,6 +1,5 @@
|
||||
// Test case for issue #2843.
|
||||
//
|
||||
// xfail-test
|
||||
|
||||
proto! streamp (
|
||||
open:send<T: send> {
|
||||
@ -15,7 +14,7 @@ fn rendezvous() {
|
||||
error!("%?", streams[0]);
|
||||
}
|
||||
|
||||
fn main(args: ~[str]) {
|
||||
fn main(args: ~[~str]) {
|
||||
//os::getenv("FOO");
|
||||
rendezvous();
|
||||
}
|
Loading…
Reference in New Issue
Block a user