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