Support SKIP_TXT directive in diagnostic tests

Don't render the whole 'kotlin' package in some tests, because test data will
change every time something is updated in built-ins
This commit is contained in:
Alexander Udalov
2015-04-16 16:00:16 +03:00
parent 43ac20e88a
commit 0d76634f6b
6 changed files with 16 additions and 1093 deletions
@@ -235,7 +235,7 @@ public abstract class BaseDiagnosticsTest extends
protected class TestFile {
private final List<CheckerTestUtil.DiagnosedRange> diagnosedRanges = Lists.newArrayList();
private final String expectedText;
public final String expectedText;
private final TestModule module;
private final String clearText;
private final JetFile jetFile;