update tests for 1.0 overhaul
[fleet.git] / tests / torpedo / epilogue-fifo.test
1 #expect 20
2 #expect 40
3 #ship debug : Debug
4 #ship fifo  : Fifo
5
6 debug.in:
7   [L] nop;
8   notify fifo.out;
9   [I] [*] wait;
10   [+] literal 20;
11   [+] deliver;
12   deliver;
13   tail;
14   [+] literal 40;
15   [+] deliver;
16
17 fifo.out:
18   wait;
19   notify debug.in:i;
20