X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=tests%2Fcolliding-tokens.test;h=682d781765dfac5b72571889eee359bd127dcb28;hb=cbafca81451a452015ea365b3546c3bc0ac7bdbd;hp=31a976e657ab8b96fc4b1e213c441b327d17f73b;hpb=7f4958fbb5eb13487bbfaf8411765fe997ae2ae7;p=fleet.git diff --git a/tests/colliding-tokens.test b/tests/colliding-tokens.test index 31a976e..682d781 100644 --- a/tests/colliding-tokens.test +++ b/tests/colliding-tokens.test @@ -4,7 +4,7 @@ #expect 2 #ship debug : Debug -#ship alu : Alu2 +#ship alu : Alu // attempts to get tokens to "collide" in the switch fabric @@ -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;