Merge two tests with almost the same logic
This commit is contained in:
@@ -208,13 +208,6 @@ public class GenerateTests {
|
||||
testModel("compiler/testData/compileKotlinAgainstKotlin", true, "A.kt", "doTest")
|
||||
);
|
||||
|
||||
generateTest(
|
||||
"compiler/tests/",
|
||||
"CompileKotlinAgainstCustomBinariesGenerated",
|
||||
AbstractCompileKotlinAgainstCustomBinariesTest.class,
|
||||
testModel("compiler/testData/compileKotlinAgainstCustomBinaries")
|
||||
);
|
||||
|
||||
generateTest(
|
||||
"compiler/tests/",
|
||||
"LazyResolveDescriptorRendererTestGenerated",
|
||||
|
||||
Reference in New Issue
Block a user