TestRunner support in test's build.gradle
* Fixes to tests * RunKonanTest runs tests build with TestRunner * Standalone tests
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
package codegen.bridges.linkTest_main
|
||||
|
||||
import kotlin.test.*
|
||||
import codegen.bridges.linkTest.a.*
|
||||
import a.*
|
||||
|
||||
class B: C()
|
||||
|
||||
@Test fun runTest() {
|
||||
fun main(args: Array<String>) {
|
||||
val b = B()
|
||||
println(b.foo())
|
||||
val c: C = b
|
||||
|
||||
Reference in New Issue
Block a user