Home
last modified time | relevance | path

Searched refs:shouldBeZero (Results 1 – 1 of 1) sorted by relevance

/art/test/107-int-math2/src/
DMain.java359 int shouldBeZero = minInt % negOne; in intOperTest() local
372 if (shouldBeZero != 0) { return 12;}; in intOperTest()