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

Commit f3f30aa3 authored by Yuichiro Hanada's avatar Yuichiro Hanada Committed by Android Git Automerger
Browse files

am 35f41a9f: Fix build.

* commit '35f41a9f':
  Fix build.
parents d8e9675f 35f41a9f
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>();