Remove all allFiles*.out from debugger output

This commit is contained in:
Nikolay Krasko
2017-03-17 21:55:13 +03:00
parent cba523958e
commit 9ad705a60a
20 changed files with 4 additions and 0 deletions
@@ -349,6 +349,10 @@ public abstract class KotlinDebuggerTestCase extends DescriptorTestCase {
@Override
protected void checkTestOutput() throws Exception {
if (KotlinTestUtils.isAllFilesPresentTest(getTestName(false))) {
return;
}
try {
super.checkTestOutput();
}