From e15fc7da1598040266ec77235705b3a6051b5159 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Mon, 6 Aug 2018 15:56:49 +0300 Subject: [PATCH] Fix two inspection tests (bunch file -> original file) --- .../inspectionData/expected.xml | 10 ++++++++++ .../inspectionData/expected.xml.181 | 10 ---------- .../{inspections.test.181 => inspections.test} | 0 3 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 idea/testData/inspections/removeToStringInStringTemplate/inspectionData/expected.xml delete mode 100644 idea/testData/inspections/removeToStringInStringTemplate/inspectionData/expected.xml.181 rename idea/testData/inspections/twoSetOfTypeparameters/inspectionData/{inspections.test.181 => inspections.test} (100%) 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