TestRunner support in test's build.gradle
* Fixes to tests * RunKonanTest runs tests build with TestRunner * Standalone tests
This commit is contained in:
@@ -10,6 +10,6 @@ fun cycle_for(arr: Array<Int>) : Int {
|
||||
return sum
|
||||
}
|
||||
|
||||
@Test fun main() {
|
||||
@Test fun runTest() {
|
||||
if (cycle_for(Array(4, init = { it })) != 6) throw Error()
|
||||
}
|
||||
Reference in New Issue
Block a user