Remove binary test data for tests with broken jars

This commit is contained in:
Alexander Udalov
2013-10-09 21:29:50 +04:00
parent 475551f54a
commit 47ce2f7fe8
8 changed files with 46 additions and 43 deletions
@@ -0,0 +1,3 @@
package test
public object Lol
@@ -1,10 +0,0 @@
package test
// To regenerate this test, run CompileBinaryTestData.kt
// Manual instructions:
// 1. Compile this file
// 2. Delete test/Lol.class
// 3. Pack test/ into broken.jar
public object Lol
@@ -1,14 +0,0 @@
package test
// To regenerate this test, run CompileBinaryTestData.kt
// Manual instructions:
// 1. Compile this file
// 2. Delete test/E.class
// 3. Pack test/ into jar
enum class E { ENTRY }
annotation class Anno(val e: E)
Anno(E.ENTRY) open class Class
@@ -0,0 +1,7 @@
package test
enum class E { ENTRY }
annotation class Anno(val e: E)
Anno(E.ENTRY) open class Class