Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DClassLoaderTest.java58 Class<?> libcoreClass = Integer.class; in test_getSystemClassLoader() local
59 assertSame(cl.getParent(), libcoreClass.getClassLoader()); in test_getSystemClassLoader()