Fix primitive type globals initialization. (#189)

This commit is contained in:
Nikolay Igotti
2017-01-20 13:31:47 +03:00
committed by GitHub
parent 1c878e4843
commit eb6ba1cfa5
3 changed files with 6 additions and 4 deletions
+1 -2
View File
@@ -829,8 +829,7 @@ task initializers3(type: RunKonanTest) {
}
task initializers4(type: RunKonanTest) {
disabled = true
goldValue = "fixme\n"
goldValue = "1073741824\ntrue\n"
source = "runtime/basic/initializers4.kt"
}