new syntax: receive, notify, dismiss
[fleet.git] / tests / lut3 / simple-lut3-test.fleet
index d60e5e1..f087b1a 100644 (file)
@@ -281,12 +281,12 @@ alu.in: [*] take, deliver;
 0: sendto alu.in;
 alu.out:
   [*]  nop;
-  [*r] wait, take, sendto lut.inLut;
-  [*r] sendto alu.in;
+  (*) wait, take, sendto lut.inLut;
+  (*) sendto alu.in;
   kill;
 
 // acks from debug ship trigger new truth tables
-debug.in:   [*] take, deliver, ack alu.out;
+debug.in:   [*] take, deliver, notify alu.out;
 
 // kickoff
 0:           sendto lut.inLut;