diff --git a/idea/testData/inspections/constantConditionIf/inspectionData/expected.xml b/idea/testData/inspections/constantConditionIf/inspectionData/expected.xml index 4714d2035ec..394b803f67f 100644 --- a/idea/testData/inspections/constantConditionIf/inspectionData/expected.xml +++ b/idea/testData/inspections/constantConditionIf/inspectionData/expected.xml @@ -1,20 +1,4 @@ - - test.kt - 7 - light_idea_test_case - - Condition of 'if' expression is constant - Condition is always 'true' - - - test.kt - 9 - light_idea_test_case - - Condition of 'if' expression is constant - Condition is always 'false' - test.kt 14 @@ -31,14 +15,6 @@ Condition of 'if' expression is constant Condition is always 'false' - - test.kt - 24 - light_idea_test_case - - Condition of 'if' expression is constant - Condition is always 'true' - test.kt 31