Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / flags / signal-0-from-outbox-to-outbox.test.test
index e97049e..383e9dc 100644 (file)
@@ -3,12 +3,12 @@
 
 #ship debug        : Debug
 #ship fifo         : Fifo
-#ship fifo2        : Fifo
 
 debug.in:
+  send token to fifo.out:0;
   set ilc=*;  recv, deliver;
 
-fifo2.out:
+fifo.out:
   set word= 2;
   set ilc=1;
   recv token;
@@ -17,5 +17,5 @@ fifo2.out:
   [!a] set word= 0;
   send to debug.in;
 
-fifo.out:
-  send token to fifo2.out:0;
+
+