remove tapl test
authoradam <adam@megacz.com>
Thu, 21 Aug 2008 10:20:56 +0000 (11:20 +0100)
committeradam <adam@megacz.com>
Thu, 21 Aug 2008 10:20:56 +0000 (11:20 +0100)
tests/torpedo/test-tapl.fleet [deleted file]

diff --git a/tests/torpedo/test-tapl.fleet b/tests/torpedo/test-tapl.fleet
deleted file mode 100644 (file)
index 97fd70e..0000000
+++ /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;
-
-