Skip to content

Commit b991f3d

Browse files
cypressiousliamoberg
authored andcommitted
[Test Infra] Add exclusion for CONTEXT_CLASS_OR_CONSTRUCTOR in full stop test
1 parent a02f008 commit b991f3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/tests-common-new/testFixtures/org/jetbrains/kotlin/test/utils/FirErrorsDefaultMessagesHelper.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ private val lastCharExclusions = listOf(
3939
FirErrors.DATA_CLASS_COPY_VISIBILITY_WILL_BE_CHANGED.name,
4040
FirErrors.ERROR_SUPPRESSION.name,
4141
FirErrors.NOT_A_MULTIPLATFORM_COMPILATION.name,
42+
FirErrors.CONTEXT_CLASS_OR_CONSTRUCTOR.name,
4243
)
4344

4445
fun KtDiagnosticFactoryToRendererMap.verifyMessageForFactory(factory: KtDiagnosticFactoryN, property: KProperty<*>) = buildList {

0 commit comments

Comments
 (0)