diff options
author | 2024-09-07 01:14:02 +0000 | |
---|---|---|
committer | 2024-09-07 01:14:02 +0000 | |
commit | 95b75a128b8e29eb3d22f6fc672c713bdf1f4c38 (patch) | |
tree | 6f66a652e5243a35e98b704a9bb6ef728a2a8fa5 /tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java | |
parent | 1b3568f9c2ec0e7bd9441e8e6093e9b4ad225b76 (diff) | |
parent | 9248b5abb863024475655bd5f153d7d4db4e1282 (diff) | |
download | latinime-95b75a128b8e29eb3d22f6fc672c713bdf1f4c38.tar.gz latinime-95b75a128b8e29eb3d22f6fc672c713bdf1f4c38.tar.xz latinime-95b75a128b8e29eb3d22f6fc672c713bdf1f4c38.zip |
Merge "Merge 24Q3 to AOSP main" into main
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java index 39da9fcd6..376aa3f62 100644 --- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java +++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java @@ -17,7 +17,6 @@ package com.android.inputmethod.latin.makedict; import android.test.AndroidTestCase; -import android.test.suitebuilder.annotation.LargeTest; import android.util.Log; import android.util.Pair; import android.util.SparseArray; @@ -48,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; |