blob: 9155564d6289f9730a214b87b96975757e3ddc2a [file] [log] [blame]
Alex Light1babae02017-02-01 15:35:34 -08001Tests that redefined dex files are stored in the appropriate classloader.
2
3This test cannot run on the RI.
4
5We use reflection with setAccessible(true) to examine the private internals of
6classloaders. Changes to the internal operation or definition of
7dalvik.system.BaseDexClassLoader might cause this test to fail.