From a7944ddf9f237262e65531ef92acf6b25e81491b Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 30 May 2008 17:32:06 +0000 Subject: [PATCH] Changed the move testcase to use the correct Rain TLP interface --- testcases/move.rain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/move.rain b/testcases/move.rain index cbb1a3b..f5ba6c6 100644 --- a/testcases/move.rain +++ b/testcases/move.rain @@ -23,7 +23,7 @@ process foo (?[int]: in, ![int]: out) out ! ys; } -process main (?uint8: in, !uint8: out, !uint8: err) +process main (?uint8: in, ![uint8]: out, ![uint8]: err) { channel [int]: c; foo(?c,!c);