Refactoring: Modify test for incompatible ABI version

This commit is contained in:
Nikolay Krasko
2014-11-10 18:17:01 +03:00
parent c242665cd3
commit 5555e28bfb
13 changed files with 18 additions and 17 deletions
@@ -33,7 +33,7 @@ import org.jetbrains.jet.plugin.decompiler.INCOMPATIBLE_ABI_VERSION_COMMENT
public class DecompiledTextForWrongAbiVersionTest : JetLightCodeInsightFixtureTestCase() {
override fun getProjectDescriptor(): LightProjectDescriptor {
return JetJdkAndLibraryProjectDescriptor(File(JetTestCaseBuilder.getTestDataPathBase() + "/cli/jvm/wrongAbiVersionLib"))
return JetJdkAndLibraryProjectDescriptor(File(JetTestCaseBuilder.getTestDataPathBase() + "/cli/jvm/wrongAbiVersionLib/bin"))
}
fun testClassWithWrongAbiVersion() {