From aeffc56dbe53982672e99b4dcc035ffb631a87ff Mon Sep 17 00:00:00 2001 From: Fangqiu Su Date: Sun, 21 Apr 2024 22:08:36 +0000 Subject: Update the imports to androidx.test.filters.* Bug: 316941721 Test: mmma . Change-Id: I131993b35a6e350c9237f9d8422c3a274988bbfb --- .../inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java index 5b4591b21..376aa3f62 100644 --- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java +++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java @@ -21,8 +21,6 @@ import android.util.Log; import android.util.Pair; import android.util.SparseArray; -import android.test.suitebuilder.annotation.LargeTest; - import com.android.inputmethod.latin.BinaryDictionary; import com.android.inputmethod.latin.common.CodePointUtils; import com.android.inputmethod.latin.makedict.BinaryDictDecoderUtils.CharEncoding; @@ -49,7 +47,6 @@ import java.util.TreeMap; /** * Unit tests for BinaryDictDecoderUtils and BinaryDictEncoderUtils. */ -@LargeTest public class BinaryDictDecoderEncoderTests extends AndroidTestCase { private static final String TAG = BinaryDictDecoderEncoderTests.class.getSimpleName(); private static final int DEFAULT_MAX_UNIGRAMS = 300; -- cgit v1.2.3-83-g751a