Fix test that would require autoboxing.

This commit is contained in:
Nikolay Igotti
2016-11-16 16:28:25 +03:00
parent 26e8b4860a
commit 16a44ef765
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ task array0(type: RunKonanTest) {
}
task array1(type: RunKonanTest) {
goldValue = "4 2\n1-1\n69\n83\n"
goldValue = "4 2\n1-1\n69\n38\n"
source = "runtime/basic/array1.kt"
}