update to 03-Jan-2009 am33: head, abort, and d-flag
[fleet.git] / tests / torpedo / basic-torpedo-outbox.test
1 #expect 20
2 #ship debug : Debug
3 #ship fifo  : Fifo
4
5 debug.in:
6   set ilc=*;
7   recv, deliver;
8
9 fifo.out:
10   head;
11   [Rq] nop;
12   send token to fifo.in;
13   set ilc=*;
14   [T] recv token;
15   [*] set word=20;
16   [*] send to debug.in;
17   tail;
18
19 fifo.in:
20   recv token;
21   send token to fifo.out:i;
22