Attempt of listOf() support. (#92)

This commit is contained in:
Nikolay Igotti
2016-12-01 16:09:26 +03:00
committed by GitHub
parent 85aca55ee5
commit f9167ea91e
7 changed files with 52 additions and 3 deletions
+7
View File
@@ -453,11 +453,18 @@ task array_list1(type: RunKonanTest) {
source = "runtime/collections/array_list1.kt"
}
task listof0(type: RunKonanTest) {
goldValue = "abc\n"
source = "runtime/collections/listof0.kt"
}
task moderately_large_array(type: RunKonanTest) {
goldValue = "0\n"
source = "runtime/collections/moderately_large_array.kt"
}
task string_builder0(type: RunKonanTest) {
goldValue = "OK\n"
source = "runtime/text/string_builder0.kt"