From e7f275a383bc182f4fa3af3109c421302a127c15 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 27 Oct 2008 12:44:25 +0100 Subject: [PATCH] re-order instructions in test to avoid deadlock --- ships/Counter.ship | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ships/Counter.ship b/ships/Counter.ship index 31e4150..91ba0d1 100644 --- a/ships/Counter.ship +++ b/ships/Counter.ship @@ -117,6 +117,10 @@ public void service() { } #expect 9 #expect 9 +debug.in: + set ilc=*; + recv, deliver; + counter.in1: set word=9; deliver; @@ -149,9 +153,6 @@ counter.out: set ilc=*; collect, send to debug.in; -debug.in: - set ilc=*; - recv, deliver; == Contributors ========================================================= Adam Megacz -- 1.7.10.4