Fix test data for android tests
This commit is contained in:
@@ -10,7 +10,7 @@ fun box() : String {
|
||||
|
||||
val s = "1" + "2" + 3 + 4L + 5.0 + 6F + '7' + A()
|
||||
|
||||
return s
|
||||
return "OK"
|
||||
}
|
||||
|
||||
// 1 NEW java/lang/StringBuilder
|
||||
Reference in New Issue
Block a user