Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / dock / test-repeat-zero.fleet
index 69a68ca..6aea5b5 100644 (file)
@@ -1,17 +1,19 @@
 #expect 1
 
 #ship debug        : Debug
-#ship memory       : Memory
 #ship fifo         : Fifo
 
-debug.in: set ilc=*;  recv, deliver;
+debug.in:
+  set ilc=*;
+  recv, deliver;
 
 fifo.out:
-  set ilc=*;  collect, send to debug.in;
+  set ilc=*;
+  collect, send to debug.in;
 
 fifo.in:
+  set word=0;
   set ilc=0;
-  set word= 0;
   deliver;
-  set word= 1;
+  set word=1;
   deliver;