diff options
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/PunctuationTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/PunctuationTests.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/latin/PunctuationTests.java b/tests/src/com/android/inputmethod/latin/PunctuationTests.java index 3537918de..ba98003f8 100644 --- a/tests/src/com/android/inputmethod/latin/PunctuationTests.java +++ b/tests/src/com/android/inputmethod/latin/PunctuationTests.java @@ -17,9 +17,8 @@ package com.android.inputmethod.latin; import android.provider.Settings.Secure; -import android.test.suitebuilder.annotation.LargeTest; -import com.android.inputmethod.latin.R; +import androidx.test.filters.LargeTest; @LargeTest public class PunctuationTests extends InputTestsBase { |