[TEST] Drop mechanism for muting tests with .mute files
This mechanism is deprecated and replaced with muting in database (.csv files)
This commit is contained in:
-4
@@ -5,7 +5,6 @@
|
||||
|
||||
package org.jetbrains.kotlin.generators.model
|
||||
|
||||
import org.jetbrains.kotlin.test.MuteExtraSuffix
|
||||
import org.jetbrains.kotlin.utils.Printer
|
||||
|
||||
class AnnotationModel(
|
||||
@@ -17,6 +16,3 @@ class AnnotationModel(
|
||||
p.print("@${annotation.simpleName}($argumentsString)")
|
||||
}
|
||||
}
|
||||
|
||||
fun muteExtraSuffix(suffix: String) = AnnotationModel(MuteExtraSuffix::class.java, arguments = listOf(suffix))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user