Home
last modified time | relevance | path

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

/art/test/530-checker-lse/src/
DMain.java3958 private static int testNestedLoop7(TestClass obj, int n) { in testNestedLoop7() method in Main
4498 assertIntEquals(testNestedLoop7(new TestClass(), 0), 0); in main()
4499 assertIntEquals(testNestedLoop7(new TestClass(), 1), 1); in main()
4500 assertIntEquals(testNestedLoop7(new TestClass(), 2), 2); in main()
4501 assertIntEquals(testNestedLoop7(new TestClass(), 3), 3); in main()