Added a couple of missing semi-colons to a Rain testcase
This commit is contained in:
parent
710abd7019
commit
b1f962d7c2
|
@ -70,8 +70,8 @@ process consume_int(?int: in, !uint8: out) ### uses (time)
|
||||||
int: m;
|
int: m;
|
||||||
m = toMicros(t1 - t0) / 1000000;
|
m = toMicros(t1 - t0) / 1000000;
|
||||||
|
|
||||||
out ! "Time per commstime iteration in micro-seconds: "
|
out ! "Time per commstime iteration in micro-seconds: ";
|
||||||
out ! int_to_str(m)
|
out ! int_to_str(m);
|
||||||
out ! "\n";
|
out ! "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user