Remove binary test data for some tests

Launch CLICompiler instead to compile it
This commit is contained in:
Alexander Udalov
2013-10-09 20:43:11 +04:00
parent c936136341
commit 475551f54a
10 changed files with 28 additions and 36 deletions
@@ -1,11 +0,0 @@
package testing
// To regenerate this test, run CompileBinaryTestData.kt
// Or manually, compile this file into DuplicateLibTest-1.jar and copy it to DuplicateLibTest-2.jar
object TopLevelObject
class Outer {
inner class Inner
class Nested
}
@@ -0,0 +1,8 @@
package testing
object TopLevelObject
class Outer {
inner class Inner
class Nested
}
@@ -0,0 +1,8 @@
package testing
object TopLevelObject
class Outer {
inner class Inner
class Nested
}
@@ -0,0 +1,3 @@
package test
public object Lol
@@ -1,6 +0,0 @@
package test
// To regenerate this test, run CompileBinaryTestData.kt
// Or manually compile this file into jar
public object Lol