get rid of ChainControls
[fleet.git] / 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;