Merge two tests with almost the same logic

This commit is contained in:
Alexander Udalov
2013-10-09 20:04:56 +04:00
parent 9e8a8e852c
commit 1d93ab41d2
10 changed files with 48 additions and 145 deletions
@@ -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",