Fix two inspection tests (bunch file -> original file)

This commit is contained in:
Mikhail Glukhikh
2018-08-06 15:56:49 +03:00
parent 90245659ff
commit e15fc7da15
3 changed files with 10 additions and 10 deletions
@@ -0,0 +1,10 @@
<problems>
<problem>
<file>test.kt</file>
<line>1</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Remove redundant call to 'toString()' in string template</problem_class>
<description>Redundant 'toString()' call in string template</description>
</problem>
</problems>
@@ -1,10 +0,0 @@
<problems>
<problem>
<file>test.kt</file>
<line>1</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt" />
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Remove redundant call to 'toString()' in string template</problem_class>
<description>Redundant 'toString()' call in string template</description>
</problem>
</problems>