From 2d11978272319cfd7410780eda19c9610ed158a3 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 21 Aug 2008 11:21:45 +0100 Subject: [PATCH] fix test-requeue so it is no longer bogus --- tests/requeue/test-requeue.fleet | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/requeue/test-requeue.fleet b/tests/requeue/test-requeue.fleet index 154f7a0..063a1cb 100644 --- a/tests/requeue/test-requeue.fleet +++ b/tests/requeue/test-requeue.fleet @@ -43,12 +43,10 @@ #ship alu : Alu2 #ship debug : Debug -// this test is bogus to begin with; doesn't have proper flow control - alu.inOp: literal Alu2.inOp[ADD]; [*] deliver; -debug.in: [*] take, deliver; +debug.in: [*] take, deliver, notify alu.out; alu.in2: literal 4; [*] deliver; @@ -56,6 +54,7 @@ alu.in2: literal 4; alu.out: load loop counter with 40; [L] take, sendto alu.in1; [L] sendto debug.in; + [L] wait; tail; alu.in1: literal 2; -- 1.7.10.4