re-order instructions in test to avoid deadlock
authoradam <adam@megacz.com>
Mon, 27 Oct 2008 11:44:25 +0000 (12:44 +0100)
committeradam <adam@megacz.com>
Mon, 27 Oct 2008 11:44:25 +0000 (12:44 +0100)
ships/Counter.ship

index 31e4150..91ba0d1 100644 (file)
@@ -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 <megacz@cs.berkeley.edu>