fix bug in colliding-tokens.test
authoradam <adam@megacz.com>
Mon, 27 Oct 2008 06:38:10 +0000 (07:38 +0100)
committeradam <adam@megacz.com>
Mon, 27 Oct 2008 06:38:10 +0000 (07:38 +0100)
tests/colliding-tokens.test

index 78be2ac..682d781 100644 (file)
@@ -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;