Add 'topLevelMemberInvocation.twoModules' test to CompileBinaryTestData
This commit is contained in:
Binary file not shown.
@@ -45,6 +45,12 @@ Retention(RetentionPolicy.RUNTIME)
|
|||||||
private annotation class GenScript(val dir: String, val source: String, val binary: String)
|
private annotation class GenScript(val dir: String, val source: String, val binary: String)
|
||||||
|
|
||||||
private object BinaryTestData {
|
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")
|
GenScript("compiler/testData/compileKotlinAgainstBinariesCustom/brokenJarWithNoClassForObjectProperty", "source.kt", "broken.jar")
|
||||||
fun genBrokenJarWithNoClassForObjectProperty() {
|
fun genBrokenJarWithNoClassForObjectProperty() {
|
||||||
rm("test/Lol.class")
|
rm("test/Lol.class")
|
||||||
|
|||||||
Reference in New Issue
Block a user