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