Searched refs:testLoop29 (Results 1 – 1 of 1) sorted by relevance
3240 private static int testLoop29(int n) { in testLoop29() method in Main4305 assertIntEquals(testLoop29(0), 0); in main()4306 assertIntEquals(testLoop29(1), 1); in main()4307 assertIntEquals(testLoop29(2), 3); in main()4308 assertIntEquals(testLoop29(3), 6); in main()