Test framewrk update: check lambda inlining

This commit is contained in:
Michael Bogdanov
2015-04-13 11:57:23 +03:00
parent 27c40edeb4
commit 7025a4f933
41 changed files with 176 additions and 51 deletions
@@ -1,3 +1,4 @@
//NO_CHECK_LAMBDA_INLINING
import test.*
fun test1(): String {
@@ -26,5 +27,4 @@ fun box() : String {
if (result2 != "OKGOOD") return "fail2 $result2"
return "OK"
}
}