Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d25d07f authored by Alan Stokes's avatar Alan Stokes Committed by Android (Google) Code Review
Browse files

Merge "More DexLoggerIntegrationTests tweaks."

parents d5a6d9b8 55d11f61
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@
 * limitations under the License.
 */

package com.android.server.pm;
package com.android.server.pm.dex;

import static com.google.common.truth.Truth.assertThat;

import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.filters.LargeTest;
import android.util.EventLog;

import dalvik.system.DexClassLoader;

import org.junit.After;
@@ -54,6 +54,7 @@ import java.util.List;
 *
 * Run with "atest DexLoggerIntegrationTests".
 */
@LargeTest
@RunWith(JUnit4.class)
public final class DexLoggerIntegrationTests {