Append all variable allocations to prologue. (#97)

This commit is contained in:
Nikolay Igotti
2016-11-29 16:14:29 +03:00
committed by GitHub
parent 075562f46b
commit 51d6dfe713
3 changed files with 28 additions and 17 deletions
+2 -3
View File
@@ -425,12 +425,11 @@ task array_list1(type: RunKonanTest) {
goldValue = "OK\n"
source = "runtime/collections/array_list1.kt"
}
/*
task moderately_large_array(type: RunKonanTest) {
goldValue = "OK\n"
goldValue = "0\n"
source = "runtime/collections/moderately_large_array.kt"
}
*/
task catch1(type: RunKonanTest) {
goldValue = "Before\nCaught Throwable\nDone\n"