forked from mirrors/gecko-dev
To run unit test for android-format lint, we have to add another simple Gradle project. It is runs with specific parameter (`androidFormatLintTest`), so `./mach build` etc doesn't run it. Also `type:global`'s lint doesn't have any test framework, so I will add it. Differential Revision: https://phabricator.services.mozilla.com/D162181
8 lines
117 B
Java
8 lines
117 B
Java
package org.mozilla.geckoview;
|
|
|
|
import java.util.Arrays;
|
|
|
|
public class Bad {
|
|
public static void main() {
|
|
}
|
|
}
|