From eb276307177ff1a462120242ad8f98e6b42bfa14 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 27 Oct 2008 07:40:20 +0100 Subject: [PATCH] remove tests/dock/kill-only-standing-instructions.fleet --- tests/dock/kill-only-standing-instructions.fleet | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 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; - - -- 1.7.10.4