Don't print unnecessary empty line separators when generate tests

This commit is contained in:
Zalim Bashorov
2017-05-16 18:58:21 +03:00
parent c00918c9f8
commit fb9d88315a
28 changed files with 14 additions and 83 deletions
@@ -73,6 +73,5 @@ public class AndroidGutterIconTestGenerated extends AbstractAndroidGutterIconTes
public void testAllFilesPresentInRes() throws Exception {
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/android/gutterIcon/res"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.ANY, true);
}
}
}