[Tests] Replace @JvmInline with actual OPTIONAL_JVM_INLINE_ANNOTATION
This commit is contained in:
@@ -26,8 +26,8 @@ class TestRunner(private val testConfiguration: TestConfiguration) {
|
||||
|
||||
fun runTest(
|
||||
@TestDataFile testDataFileName: String,
|
||||
expectedFileTransformer: ((String) -> String)? = null,
|
||||
beforeDispose: (TestConfiguration) -> Unit = {},
|
||||
expectedFileTransformer: ((String) -> String)? = null
|
||||
) {
|
||||
try {
|
||||
runTestImpl(testDataFileName, expectedFileTransformer)
|
||||
|
||||
Reference in New Issue
Block a user