Fix compilation in AbstractAndroidBytecodeShapeTest.kt
This commit is contained in:
+2
-1
@@ -20,6 +20,7 @@ import org.jetbrains.kotlin.codegen.AbstractBytecodeTextTest
|
|||||||
import org.jetbrains.kotlin.config.CompilerConfiguration
|
import org.jetbrains.kotlin.config.CompilerConfiguration
|
||||||
import org.jetbrains.kotlin.test.ConfigurationKind
|
import org.jetbrains.kotlin.test.ConfigurationKind
|
||||||
import org.jetbrains.kotlin.test.KotlinTestUtils
|
import org.jetbrains.kotlin.test.KotlinTestUtils
|
||||||
|
import org.jetbrains.kotlin.test.TargetBackend
|
||||||
import org.jetbrains.kotlin.test.TestJdkKind
|
import org.jetbrains.kotlin.test.TestJdkKind
|
||||||
|
|
||||||
abstract class AbstractAndroidBytecodeShapeTest : AbstractBytecodeTextTest() {
|
abstract class AbstractAndroidBytecodeShapeTest : AbstractBytecodeTextTest() {
|
||||||
@@ -39,6 +40,6 @@ abstract class AbstractAndroidBytecodeShapeTest : AbstractBytecodeTextTest() {
|
|||||||
loadFileByFullPath(fileName)
|
loadFileByFullPath(fileName)
|
||||||
val expected = readExpectedOccurrences(fileName)
|
val expected = readExpectedOccurrences(fileName)
|
||||||
val actual = generateToText()
|
val actual = generateToText()
|
||||||
checkGeneratedTextAgainstExpectedOccurrences(actual, expected)
|
checkGeneratedTextAgainstExpectedOccurrences(actual, expected, TargetBackend.ANY)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user