diff --git a/idea/testData/inspections/removeToStringInStringTemplate/inspectionData/expected.xml b/idea/testData/inspections/removeToStringInStringTemplate/inspectionData/expected.xml new file mode 100644 index 00000000000..ece9e92f931 --- /dev/null +++ b/idea/testData/inspections/removeToStringInStringTemplate/inspectionData/expected.xml @@ -0,0 +1,10 @@ + + + test.kt + 1 + light_idea_test_case + + Remove redundant call to 'toString()' in string template + Redundant 'toString()' call in string template + + \ No newline at end of file diff --git a/idea/testData/inspections/removeToStringInStringTemplate/inspectionData/expected.xml.181 b/idea/testData/inspections/removeToStringInStringTemplate/inspectionData/expected.xml.181 deleted file mode 100644 index 72788f3d77a..00000000000 --- a/idea/testData/inspections/removeToStringInStringTemplate/inspectionData/expected.xml.181 +++ /dev/null @@ -1,10 +0,0 @@ - - - test.kt - 1 - light_idea_test_case - - Remove redundant call to 'toString()' in string template - Redundant 'toString()' call in string template - - \ No newline at end of file diff --git a/idea/testData/inspections/twoSetOfTypeparameters/inspectionData/inspections.test.181 b/idea/testData/inspections/twoSetOfTypeparameters/inspectionData/inspections.test similarity index 100% rename from idea/testData/inspections/twoSetOfTypeparameters/inspectionData/inspections.test.181 rename to idea/testData/inspections/twoSetOfTypeparameters/inspectionData/inspections.test