Changed the move testcase to use the correct Rain TLP interface

This commit is contained in:
Neil Brown 2008-05-30 17:32:06 +00:00
parent 947f252e66
commit a7944ddf9f

View File

@ -23,7 +23,7 @@ process foo (?[int]: in, ![int]: out)
out ! ys; out ! ys;
} }
process main (?uint8: in, !uint8: out, !uint8: err) process main (?uint8: in, ![uint8]: out, ![uint8]: err)
{ {
channel [int]: c; channel [int]: c;
foo(?c,!c); foo(?c,!c);