add MarinaTest.jar to gitignore
[fleet.git] / tests / requeue / test-for-common-requeue-timing-error.fleet
index 64891eb..4a9e007 100644 (file)
@@ -13,7 +13,7 @@
 
 
 fifo0.out: set olc=1;
-fifo0.out: [Rq] collect;
+fifo0.out: collect;
 
 debug0.in: set ilc=*;
 debug0.in: recv, deliver, send token to alu21.out;
@@ -30,8 +30,8 @@ alu21.in1: set ilc=*;
 alu21.in1: recv, deliver, send token to fifo0.out;
 
 fifo0.out: head;
-fifo0.out: [Rq] send to alu21.in1;
-fifo0.out: [Rq] recv token;
+fifo0.out: send to alu21.in1;
+fifo0.out: recv token;
 
 alu21.in2: set word= 2;
 alu21.in2: set ilc=*;
@@ -42,8 +42,8 @@ fifo0.out: tail;
 alu21.out: send token to alu21.out;
 alu21.out: set olc=1;
 alu21.out: head;
-alu21.out: [Rq] collect;
-//alu21.out: [Rq] set flags a=a, b=b;   // uncommenting this line will mask the bug
-alu21.out: [Rq] send to debug0.in;
-alu21.out: [Rq] recv token;
+alu21.out: collect;
+//alu21.out: set flags a=a, b=b;   // uncommenting this line will mask the bug
+alu21.out: send to debug0.in;
+alu21.out: recv token;
 alu21.out: tail;