Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / torpedo / epilogue-fifo.test
index 57d3205..e858d00 100644 (file)
@@ -1,20 +1,17 @@
-#expect 20
-#expect 40
+#expect 0
+#expect 0
 #ship debug : Debug
 #ship fifo  : Fifo
 
 debug.in:
-  [L] nop;
-  notify fifo.out;
-  [I] [*] wait;
-  [+] literal 20;
-  [+] deliver;
+  set word= 0;
+  head;
+  nop;
   deliver;
+  set olc=0;
+  [d] abort;
+  [d] deliver;
   tail;
-  [+] literal 40;
-  [+] deliver;
 
-fifo.out:
-  wait;
-  notify debug.in:i;
+