[IR][tests] Make ABI compatibility tests less verbose, part 2

This commit is contained in:
Dmitriy Dolovov
2022-08-23 15:00:26 +02:00
parent db1c8cc7a7
commit 24d8ac97cd
24 changed files with 173 additions and 1242 deletions
+4 -2
View File
@@ -1,3 +1,5 @@
fun box(): String {
return C2().foo() + I2().foo()
import abitestutils.abiTest
fun box() = abiTest {
expectSuccess { C2().foo() + I2().foo() }
}