Searched refs:testLoop15 (Results 1 – 1 of 1) sorted by relevance
2752 private static int testLoop15(int n) { in testLoop15() method in Main4249 assertIntEquals(testLoop15(0), 0); in main()4250 assertIntEquals(testLoop15(1), 1); in main()4251 assertIntEquals(testLoop15(2), 1); in main()4252 assertIntEquals(testLoop15(3), 1); in main()