[Test] Migrate AbstractAsmLikeInstructionListingTest to new test infrastructure

This commit is contained in:
Dmitriy Novozhilov
2021-10-05 16:40:15 +03:00
committed by TeamCityServer
parent bc7cc6b5a9
commit aab8870903
93 changed files with 1512 additions and 228 deletions
@@ -1,4 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IR_DIFFERENCE
// LOCAL_VARIABLE_TABLE
fun String.foo(count: Int) {
@@ -15,4 +15,4 @@ fun String.foo(count: Int) {
}
}
inline fun block(block: Long.() -> Unit) = 5L.block()
inline fun block(block: Long.() -> Unit) = 5L.block()