Fix compiler error in test generator
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ import org.jetbrains.kotlin.generators.tests.*;
|
|||||||
|
|
||||||
public class Main {
|
public class Main {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
GenerateCompilerTestsKt.main(args);
|
GenerateCompilerTestsKt.main();
|
||||||
GenerateTestsKt.main(args);
|
GenerateTestsKt.main(args);
|
||||||
GenerateJsTestsKt.main(args);
|
GenerateJsTestsKt.main(args);
|
||||||
GenerateJava8TestsKt.main(args);
|
GenerateJava8TestsKt.main(args);
|
||||||
|
|||||||
Reference in New Issue
Block a user