From: adam Date: Mon, 27 Oct 2008 06:40:20 +0000 (+0100) Subject: remove tests/dock/kill-only-standing-instructions.fleet X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=eb276307177ff1a462120242ad8f98e6b42bfa14;p=fleet.git remove tests/dock/kill-only-standing-instructions.fleet --- diff --git a/tests/dock/kill-only-standing-instructions.fleet b/tests/dock/kill-only-standing-instructions.fleet deleted file mode 100644 index 4f82177..0000000 --- a/tests/dock/kill-only-standing-instructions.fleet +++ /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; - -