From: adam Date: Mon, 27 Oct 2008 06:38:10 +0000 (+0100) Subject: fix bug in colliding-tokens.test X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=128b2bc8646fd69cd8a29af843fbfbf57027a070;p=fleet.git fix bug in colliding-tokens.test --- diff --git a/tests/colliding-tokens.test b/tests/colliding-tokens.test index 78be2ac..682d781 100644 --- a/tests/colliding-tokens.test +++ b/tests/colliding-tokens.test @@ -12,7 +12,7 @@ debug.in: set word= 2; set ilc=*; recv token, deliver; -alu.inOp: deliver; send token to debug.in; +alu.inOp: set word=Alu.inOp[ADD]; deliver; send token to debug.in; alu.in1: deliver; send token to debug.in; alu.in2: deliver; send token to debug.in; alu.out: collect; send token to debug.in;