Review feedback

This commit is contained in:
Svyatoslav Scherbina
2016-12-05 14:31:54 +07:00
committed by SvyatoslavScherbina
parent 415f2f1d35
commit 737a132b5d
6 changed files with 34 additions and 12 deletions
+6
View File
@@ -479,9 +479,15 @@ task array_list1(type: RunKonanTest) {
task listof0(type: RunKonanTest) {
goldValue = "abc\n[a, b, c, d]\n[n, s, a]\n"
arguments = ["a"]
source = "runtime/collections/listof0.kt"
}
task listof1(type: RunKonanTest) {
goldValue = "true\n[a, b, c]\n"
source = "datagen/literals/listof1.kt"
}
task moderately_large_array(type: RunKonanTest) {
goldValue = "0\n"