Home
last modified time | relevance | path

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

/aosp12/art/test/530-checker-lse/src/
H A DMain.java2245 private static int testLoop2(TestClass obj, int n) { in testLoop2() method in Main
4197 assertIntEquals(testLoop2(new TestClass(), 0), 1); in main()
4198 assertIntEquals(testLoop2(new TestClass(), 1), 1); in main()
4199 assertIntEquals(testLoop2(new TestClass(), 2), 1); in main()
4200 assertIntEquals(testLoop2(new TestClass(), 3), 1); in main()