diff --git a/compiler/testData/codegen/topLevelMemberInvocation/twoModules/a.jar b/compiler/testData/codegen/topLevelMemberInvocation/twoModules/a.jar index 663748ff525..7bb8c5831ad 100644 Binary files a/compiler/testData/codegen/topLevelMemberInvocation/twoModules/a.jar and b/compiler/testData/codegen/topLevelMemberInvocation/twoModules/a.jar differ diff --git a/generators/src/org/jetbrains/jet/generators/tests/CompileBinaryTestData.kt b/generators/src/org/jetbrains/jet/generators/tests/CompileBinaryTestData.kt index 150fce75427..a385c7d15e2 100644 --- a/generators/src/org/jetbrains/jet/generators/tests/CompileBinaryTestData.kt +++ b/generators/src/org/jetbrains/jet/generators/tests/CompileBinaryTestData.kt @@ -45,6 +45,12 @@ Retention(RetentionPolicy.RUNTIME) private annotation class GenScript(val dir: String, val source: String, val binary: String) private object BinaryTestData { + GenScript("compiler/testData/codegen/topLevelMemberInvocation/twoModules", "a.kt", "a.jar") + fun genTwoModules() { + jar("a.jar", "a") + rm("a") + } + GenScript("compiler/testData/compileKotlinAgainstBinariesCustom/brokenJarWithNoClassForObjectProperty", "source.kt", "broken.jar") fun genBrokenJarWithNoClassForObjectProperty() { rm("test/Lol.class")