X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=tests%2Fpipe%2Fpipe.psi;h=fd7e3ff1770e975a7e8ce4763acf2daa8432235b;hp=5bc3cd655184bd09bd12f9c7949218df328ef552;hb=58066949f02dbdbc3ba7b3fa3a0e01836fa72663;hpb=9f381458672347c0f303dc3b309dc299f998f4f6 diff --git a/tests/pipe/pipe.psi b/tests/pipe/pipe.psi index 5bc3cd6..fd7e3ff 100644 --- a/tests/pipe/pipe.psi +++ b/tests/pipe/pipe.psi @@ -3,6 +3,6 @@ extern int pipe(int fds[2]); function \pipe(array &$fds = null) : int { return to_int(pipe); - let fds = calloc(2, int); - set $fds = to_array(fds); + let fds = calloc(2, psi\SIZEOF_INT); + set $fds = to_array(fds[2]); }