Add the ANY_FIR target for muting Fir2IrText tests

This commit is contained in:
pyos
2019-12-19 12:25:21 +01:00
committed by Dmitry Petrov
parent a4b005fd5d
commit 2adcb5dec4
8 changed files with 98 additions and 85 deletions
@@ -10,6 +10,7 @@ enum class TargetBackend(
private val compatibleWithTargetBackend: TargetBackend? = null
) {
ANY(false),
ANY_FIR(true, ANY),
JVM(false),
JVM_IR(true, JVM),
JS(false),