mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix build.
Change-Id: I80d177f3c9bff1fb90029edeafa4a62d0b99e09e
This commit is contained in:
parent
0238e1eb01
commit
35f41a9f18
@ -37,9 +37,9 @@ public class Test extends Dicttool.Command {
|
|||||||
private static final Class<?>[] sClassesToTest = {
|
private static final Class<?>[] sClassesToTest = {
|
||||||
BinaryDictOffdeviceUtilsTests.class,
|
BinaryDictOffdeviceUtilsTests.class,
|
||||||
FusionDictionaryTest.class,
|
FusionDictionaryTest.class,
|
||||||
BinaryDictDecoderEncoderTests.class
|
BinaryDictDecoderEncoderTests.class,
|
||||||
BinaryDictEncoderFlattenTreeTests.class,
|
BinaryDictEncoderFlattenTreeTests.class,
|
||||||
BinaryDictIOUtilsTests.class,
|
BinaryDictIOUtilsTests.class
|
||||||
};
|
};
|
||||||
private ArrayList<Method> mAllTestMethods = new ArrayList<Method>();
|
private ArrayList<Method> mAllTestMethods = new ArrayList<Method>();
|
||||||
private ArrayList<String> mUsedTestMethods = new ArrayList<String>();
|
private ArrayList<String> mUsedTestMethods = new ArrayList<String>();
|
||||||
|
Loading…
Reference in New Issue
Block a user