Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / flags / signal-0-from-inbox-to-inbox.test
index 264c364..b7179a6 100644 (file)
@@ -5,13 +5,13 @@
 #ship fifo         : Fifo
 
 debug.in:
-  literal 2;
-  load repeat counter with 1;
+  set word= 2;
+  set ilc=1;
   recv;
-  setflags a=c, b=b;
-  [a]  literal 1;
-  [!a] literal 0;
+  set flags a=c, b=b;
+  [a]  set word= 1;
+  [!a] set word= 0;
   deliver;
 
 fifo.in:
-  notify debug.in:0;
+  send token to debug.in:0;