Searched refs:libcoreClass (Results 1 – 1 of 1) sorted by relevance
58 Class<?> libcoreClass = Integer.class; in test_getSystemClassLoader() local59 assertSame(cl.getParent(), libcoreClass.getClassLoader()); in test_getSystemClassLoader()