Skip to content

Commit f5e70e3

Browse files
committed
make it a proper main()
1 parent 9237b34 commit f5e70e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/advanced-tests/src/eb/EBTwoTrackTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void assertEquals(String msg, int a, int b) {
8989
}
9090
}
9191

92-
public void main() {
92+
public static void main(String[] args) {
9393
String fileName=System.getProperty("INPUTFILE");
9494
File file = new File(fileName);
9595
if (!file.exists() || file.isDirectory()) {

0 commit comments

Comments
 (0)