Changed the move testcase to use the correct Rain TLP interface
This commit is contained in:
parent
947f252e66
commit
a7944ddf9f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user