X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=tests%2Fpump%2Fkill-only-standing-instructions.fleet;h=cb42e02f1c9c3d8f5aa7cb3f8c1cbf9470881a61;hb=d56a22079e0d82c6a8b46b33604595bbfd84bf5b;hp=9c3f4564e57bb39e30d4f3687a13d132cc32d5e8;hpb=7792478aa887f60bc633fa819188e4cb4641711c;p=fleet.git diff --git a/tests/pump/kill-only-standing-instructions.fleet b/tests/pump/kill-only-standing-instructions.fleet index 9c3f456..cb42e02 100644 --- a/tests/pump/kill-only-standing-instructions.fleet +++ b/tests/pump/kill-only-standing-instructions.fleet @@ -6,12 +6,16 @@ #ship fifo2 : Fifo debug.in: [*] take, deliver; -fifo.in: [*] take, deliver; +fifo.in: + literal 1; + deliver; + [*] take, deliver; -1: sendto fifo.in; +fifo2.in: + literal 2; + deliver; + [*] take, deliver; -2: sendto fifo2.in; -fifo2.in: [*] take, deliver; fifo2.out: wait, take, sendto fifo.in; fifo.out: