Home
last modified time | relevance | path

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

/art/test/530-checker-lse/src/
DMain.java3296 static int testLoop27(TestClass obj, int n) { in testLoop27() method in Main
4434 assertIntEquals(testLoop27(new TestClass(), 0), 1); in main()
4435 assertIntEquals(testLoop27(new TestClass(), 1), 1); in main()
4436 assertIntEquals(testLoop27(new TestClass(), 2), 0); in main()
4437 assertIntEquals(testLoop27(new TestClass(), 3), 0); in main()