change some tests to require only a single fifo ship
[fleet.git] / tests / dock / test-use-loop-counter.fleet
index fab816c..0154d63 100644 (file)
@@ -9,7 +9,6 @@
 #ship memory       : Memory
 #ship debug        : Debug
 #ship fifo         : Fifo
-#ship fifo2        : Fifo
 
 debug.in:
    set ilc=*;
@@ -28,12 +27,11 @@ fifo.in:
   [Rq] set olc--;
   tail;
 
-fifo2.out:
+memory.out:
   set word=7;
   set ilc=3;
   send to fifo.in;
 
-memory.out:
   set ilc=*;
   collect packet, send;