Review feedback
This commit is contained in:
committed by
SvyatoslavScherbina
parent
415f2f1d35
commit
737a132b5d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user