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