Updated generated tests according to moving general load Java tests to subdirectory.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+194
-194
File diff suppressed because it is too large
Load Diff
@@ -147,7 +147,7 @@ public class GenerateTests {
|
||||
"compiler/tests/",
|
||||
"LoadJavaTestGenerated",
|
||||
AbstractLoadJavaTest.class,
|
||||
testModel("compiler/testData/loadJava", true, "java", "doTest")
|
||||
testModel("compiler/testData/loadJava/compiledJavaCompareWithKotlin", true, "java", "doTest")
|
||||
);
|
||||
|
||||
generateTest(
|
||||
@@ -197,7 +197,7 @@ public class GenerateTests {
|
||||
"LazyResolveNamespaceComparingTestGenerated",
|
||||
AbstractLazyResolveNamespaceComparingTest.class,
|
||||
testModel("compiler/testData/loadKotlin", "doTestCheckingPrimaryConstructors"),
|
||||
testModel("compiler/testData/loadJava", "doTestNotCheckingPrimaryConstructors"),
|
||||
testModel("compiler/testData/loadJava/compiledJavaCompareWithKotlin", "doTestNotCheckingPrimaryConstructors"),
|
||||
testModel("compiler/testData/lazyResolve/namespaceComparator", "doTestCheckingPrimaryConstructors")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user