From: adam Date: Thu, 21 Aug 2008 10:20:56 +0000 (+0100) Subject: remove tapl test X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=08d60b493c974ae1d9d554c023b6df39a1cd4836;p=fleet.git remove tapl test --- diff --git a/tests/torpedo/test-tapl.fleet b/tests/torpedo/test-tapl.fleet deleted file mode 100644 index 97fd70e..0000000 --- a/tests/torpedo/test-tapl.fleet +++ /dev/null @@ -1,28 +0,0 @@ -#expect 20 -#expect 30 -#ship debug : Debug -#ship fifo : Fifo -#ship fifo2 : Fifo - -debug.in: [*] take, deliver; - -fifo.out: - take, sendto debug.in; - wait; - literal 30; - sendto debug.in; - -fifo.in: - load tapl with fifo.out; - [L] nop; - notify fifo2.out; - [I] [*] wait; - [+] literal 20; - [+] deliver; - tail; - -fifo2.out: - wait; - notify fifo.in:i; - -