Home
last modified time | relevance | path

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

/art/test/530-checker-lse/src/
DMain.java3727 private static int testNestedLoop1(TestClass obj, int n) { in testNestedLoop1() method in Main
4474 assertIntEquals(testNestedLoop1(new TestClass(), 0), 1); in main()
4475 assertIntEquals(testNestedLoop1(new TestClass(), 1), 1); in main()
4476 assertIntEquals(testNestedLoop1(new TestClass(), 2), 1); in main()
4477 assertIntEquals(testNestedLoop1(new TestClass(), 3), 1); in main()