TEST: enable interface test
This commit is contained in:
committed by
KonstantinAnisimov
parent
e800e8acd6
commit
bb665ccc70
@@ -409,12 +409,12 @@ task boxing0(type: RunKonanTest) {
|
|||||||
source = "runtime/basic/boxing0.kt"
|
source = "runtime/basic/boxing0.kt"
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
task interface0(type: RunKonanTest) {
|
task interface0(type: RunKonanTest) {
|
||||||
goldValue = "PASS\n"
|
goldValue = "PASSED\n"
|
||||||
source = "runtime/basic/interface0.kt"
|
source = "runtime/basic/interface0.kt"
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
task array_list1(type: RunKonanTest) {
|
task array_list1(type: RunKonanTest) {
|
||||||
goldValue = "OK\n"
|
goldValue = "OK\n"
|
||||||
source = "runtime/collections/array_list1.kt"
|
source = "runtime/collections/array_list1.kt"
|
||||||
|
|||||||
Reference in New Issue
Block a user