Home
last modified time | relevance | path

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

/art/test/530-checker-lse/src/
DMain.java2482 private static int testLoop6(TestClass obj, int n) { in testLoop6() method in Main
4350 assertIntEquals(testLoop6(new TestClass(), 0), 0); in main()
4351 assertIntEquals(testLoop6(new TestClass(), 1), 1); in main()
4352 assertIntEquals(testLoop6(new TestClass(), 2), 2); in main()
4353 assertIntEquals(testLoop6(new TestClass(), 3), 3); in main()