Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / requeue / requeueing-literal.fleet
index 75fd4cc..a6eed71 100644 (file)
@@ -19,10 +19,10 @@ debug.in:
 fifo.out:
   set olc=3;
   head;
-  [Rq] set word= 5;
-  [Rq] send to debug.in;
-  [Rq] collect;
-  [Rq] send to debug.in;
+  set word= 5;
+  send to debug.in;
+  collect;
+  send to debug.in;
   [d] abort;
   tail;