blob: f983bd0dd71fdcef3c89cb299155d267fd11f7c9 [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001ClassLoader.loadClass() is expected to throw an exception, usually
2ClassNotFound, if it can't find the given Class, and not return null.
3
4This is a regression test for a defect in Dalvik, which was assuming
5that if there was no exception, the value returned would be non-null.
6
7This test is not expected to work for the reference implementation.