Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35f41a9f authored by Yuichiro Hanada's avatar Yuichiro Hanada
Browse files

Fix build.

Change-Id: I80d177f3c9bff1fb90029edeafa4a62d0b99e09e
parent 0238e1eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>();