Simplify dependence on buildKonanTests. Remove arguments from test
This commit is contained in:
@@ -1410,7 +1410,6 @@ task hash_set0(type: RunKonanTest) {
|
|||||||
|
|
||||||
task listof0(type: RunKonanTest) {
|
task listof0(type: RunKonanTest) {
|
||||||
goldValue = "abc\n[a, b, c, d]\n[n, s, a]\n"
|
goldValue = "abc\n[a, b, c, d]\n[n, s, a]\n"
|
||||||
arguments = ["a"]
|
|
||||||
source = "runtime/collections/listof0.kt"
|
source = "runtime/collections/listof0.kt"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -377,7 +377,7 @@ class RunKonanTest extends ExtKonanTest {
|
|||||||
|
|
||||||
RunKonanTest() {
|
RunKonanTest() {
|
||||||
super()
|
super()
|
||||||
dependsOn(project.tasks['buildKonanTests'])
|
dependsOn('buildKonanTests')
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user