[TD] Update testdata according to previous commit

This commit is contained in:
Dmitriy Novozhilov
2021-01-27 12:22:36 +03:00
parent 3a0eee64b8
commit 64a300bfcd
453 changed files with 736 additions and 777 deletions
@@ -63,4 +63,4 @@ fun box(): String {
return "fail 4: ${test(p20 = "O", p22 = "K", p32 = "23")}"
return "OK"
}
}
@@ -67,4 +67,4 @@ fun box(): String {
return "fail 4: ${test(p20 = "O", p22 = "K", p32 = "33", p33 ="32")}"
return "OK"
}
}
@@ -1,5 +1,5 @@
// WITH_RUNTIME
// FILE: 1.kt
//WITH_RUNTIME
package test
@@ -16,4 +16,4 @@ fun box(): String {
build({ result = "OK" })
return result
}
}
@@ -12,4 +12,4 @@ import test.*
fun box(): String {
build ()
return "OK"
}
}
@@ -17,4 +17,4 @@ fun box(): String {
build ({ result = "OK" })
return result
}
}
@@ -33,4 +33,4 @@ fun box() : String {
if (A().test("KK") != "KK") return "fail 3: ${A().test("KK")}"
return A().test()
}
}