diff options
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/utils/AsyncResultHolderTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/utils/AsyncResultHolderTests.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/latin/utils/AsyncResultHolderTests.java b/tests/src/com/android/inputmethod/latin/utils/AsyncResultHolderTests.java index f30f6661b..f53780543 100644 --- a/tests/src/com/android/inputmethod/latin/utils/AsyncResultHolderTests.java +++ b/tests/src/com/android/inputmethod/latin/utils/AsyncResultHolderTests.java @@ -18,10 +18,11 @@ package com.android.inputmethod.latin.utils; import static org.junit.Assert.assertEquals; -import android.support.test.filters.MediumTest; -import android.support.test.runner.AndroidJUnit4; import android.util.Log; +import androidx.test.filters.MediumTest; +import androidx.test.runner.AndroidJUnit4; + import org.junit.Test; import org.junit.runner.RunWith; |