From: adam Date: Mon, 27 Oct 2008 11:44:25 +0000 (+0100) Subject: re-order instructions in test to avoid deadlock X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e7f275a383bc182f4fa3af3109c421302a127c15;p=fleet.git re-order instructions in test to avoid deadlock --- 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