Append all variable allocations to prologue. (#97)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user