mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Bugfix
This commit is contained in:
parent
7df71630a5
commit
08176f7512
@ -21,6 +21,11 @@ public class SimpleParsingTest extends ParsingTestCase {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean includeRanges() {
|
||||
return true;
|
||||
}
|
||||
|
||||
protected void doTest(boolean checkResult, boolean suppressErrors) {
|
||||
super.doTest(checkResult);
|
||||
if (!suppressErrors) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user