[IR][tests] Make ABI compatibility tests less verbose, part 2
This commit is contained in:
+4
-2
@@ -1,3 +1,5 @@
|
||||
fun box(): String {
|
||||
return C2().foo() + I2().foo()
|
||||
import abitestutils.abiTest
|
||||
|
||||
fun box() = abiTest {
|
||||
expectSuccess { C2().foo() + I2().foo() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user