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