Searched refs:badInput (Results 1 – 1 of 1) sorted by relevance
570 Allocation badInput[] = new Allocation[]{ in testBadSumXorInputWrongType() local580 for (int i = 0; i < badInput.length; ++i) { in testBadSumXorInputWrongType()582 mScript.reduce_sumxor(inputI32, badInput[i]); in testBadSumXorInputWrongType()588 mScript.reduce_sumxor(badInput[i], inputI32); in testBadSumXorInputWrongType()595 for (Allocation a : badInput) { in testBadSumXorInputWrongType()