fix tests/pump/test-massacre.fleet
authoradam <adam@megacz.com>
Mon, 11 Feb 2008 13:44:25 +0000 (14:44 +0100)
committeradam <adam@megacz.com>
Mon, 11 Feb 2008 13:44:25 +0000 (14:44 +0100)
tests/pump/test-massacre.fleet

index 1195fc3..3c993aa 100644 (file)
@@ -1,4 +1,3 @@
-#skip
 #expect 7
 #expect 7
 #expect 7
@@ -14,20 +13,20 @@ debug.in:
   [*] take, deliver;
 
 fifo.out:
-  notify fifo.in;
-  load repeat counter with 4; take, sendto debug.in;
+  load repeat counter with 4;
+  take, sendto debug.in;
   notify memory.inCBD;
-  [*] take, sendto debug.in;
+  take, sendto debug.in;
 
 fifo.in:
   literal 7;
+  deliver;
   [*] discard, deliver;
 
 memory.inCBD:
   take;
   literal {
     fifo.in:
-      take;
       massacre;
       literal 9;
       deliver;