disable torpedo tests until further notice
[fleet.git] / tests / torpedo / basic-torpedo.test
1 #skip
2 #expect 20
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   tail;
13
14 fifo.out:
15   wait;
16   notify debug.in:i;
17