remove tests/dock/kill-only-standing-instructions.fleet
authoradam <adam@megacz.com>
Mon, 27 Oct 2008 06:40:20 +0000 (07:40 +0100)
committeradam <adam@megacz.com>
Mon, 27 Oct 2008 06:40:20 +0000 (07:40 +0100)
tests/dock/kill-only-standing-instructions.fleet [deleted file]

diff --git a/tests/dock/kill-only-standing-instructions.fleet b/tests/dock/kill-only-standing-instructions.fleet
deleted file mode 100644 (file)
index 4f82177..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#skip
-#expect 1
-#expect 2
-
-#ship debug  : Debug
-#ship fifo   : Fifo
-#ship fifo2  : Fifo
-
-debug.in:  set ilc=*;  recv, deliver;
-fifo.in:
-  set word= 1;
-  deliver;
-  set ilc=*;  recv, deliver;
-
-fifo2.in:
-  set word= 2;
-  deliver;
-  set ilc=*;  recv, deliver;
-
-fifo2.out: recv token, collect, send to fifo.in;
-
-fifo.out:
-  [Rq] send token to fifo2.out;
-  [Rq] collect, send to debug.in;
-  [Rq] collect, send to debug.in;
-  tail;
-  tail;
-
-