Fix test data

This commit is contained in:
Ilmir Usmanov
2019-01-14 16:30:08 +03:00
parent 76e9b574cd
commit 2ec1222cd1
2 changed files with 3 additions and 7 deletions
@@ -26,7 +26,6 @@ fun box(): String {
var s: String
// We shout not spill 's' to continuation field because it's not effectively initialized
// But we do this because it's not illegal (at least in Android/OpenJDK VM's)
if (suspendHere() == "OK") {
s = "OK"
}
@@ -45,5 +44,4 @@ fun box(): String {
// 1 PUTFIELD VarValueConflictsWithTableSameSortKt\$box\$1.L\$0 : Ljava/lang/Object;
/* 1 load in try/finally */
/* 1 load in result = s */
/* 1 load before suspension point */
// 3 ALOAD 3
// 2 ALOAD 3
@@ -28,7 +28,6 @@ fun box(): String {
var s: String
// We shout not spill 's' to continuation field because it's not effectively initialized
// But we do this because it's not illegal (at least in Android/OpenJDK VM's)
if (suspendHere() == "OK") {
s = "OK"
}
@@ -44,8 +43,7 @@ fun box(): String {
// 1 LOCALVARIABLE i Ljava/lang/String; L.* 3
// 1 LOCALVARIABLE s Ljava/lang/String; L.* 3
// 1 PUTFIELD VarValueConflictsWithTableSameSort_1_2Kt\$box\$1.L\$0 : Ljava/lang/Object;
// 0 PUTFIELD VarValueConflictsWithTableSameSort_1_2Kt\$box\$1.L\$0 : Ljava/lang/Object;
/* 1 load in try/finally */
/* 1 load in result = s */
/* 1 load before suspension point */
// 3 ALOAD 3
// 2 ALOAD 3