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

Commit e7937ab1 authored by Fangqiu Su's avatar Fangqiu Su Committed by Android (Google) Code Review
Browse files

Merge "Update the imports to androidx.test.filters.*" into main

parents 3b851500 5735fb18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@ android_test {
    dxflags: ["--core-library"],
    static_libs: [
        "android-common",
        "frameworks-core-util-lib",
        "androidx.test.rules",
        "androidx.test.ext.junit",
        "frameworks-core-util-lib",
        "ravenwood-junit",
    ],
    libs: [
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@ import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;

import android.platform.test.ravenwood.RavenwoodRule;
import android.test.suitebuilder.annotation.SmallTest;

import androidx.test.filters.SmallTest;

import org.junit.Rule;
import org.junit.Test;