Partially removed replaceHashWithStar

This commit is contained in:
Michael Bogdanov
2015-07-02 09:49:22 +03:00
parent 45a85e3e35
commit 801d10229b
3 changed files with 3 additions and 2 deletions
@@ -95,7 +95,7 @@ public class RecursiveDescriptorComparator {
StringBuilder result = new StringBuilder();
appendDeclarationRecursively(declarationDescriptor, DescriptorUtils.getContainingModule(declarationDescriptor),
new Printer(result, 1), true);
return JetTestUtils.replaceHashWithStar(result.toString());
return result.toString();
}
private void appendDeclarationRecursively(