Minor. Comment updated
This commit is contained in:
committed by
Space Team
parent
b08d805f1e
commit
f1a97ed4b8
+1
-1
@@ -23,7 +23,7 @@ import java.io.File
|
||||
|
||||
abstract class AbstractClassicJsKlibEvolutionTest : AbstractJsKlibEvolutionTest(CompilerType.K1)
|
||||
abstract class AbstractFirJsKlibEvolutionTest : AbstractJsKlibEvolutionTest(CompilerType.K2) {
|
||||
// TODO: unmute after fixing KT-57711
|
||||
// Const evaluation tests muted for FIR because FIR does const propagation.
|
||||
override fun isIgnoredTest(filePath: String): Boolean {
|
||||
val fileName = filePath.substringAfterLast('/')
|
||||
return fileName == "addOrRemoveConst.kt" || fileName == "changeConstInitialization.kt"
|
||||
|
||||
Reference in New Issue
Block a user