| Index: compiler/javatests/com/google/dart/compiler/parser/TruncatedSourceParserTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/parser/TruncatedSourceParserTest.java b/compiler/javatests/com/google/dart/compiler/parser/TruncatedSourceParserTest.java
|
| index d905006021953ab19b0fa0f6c0fa675683e685e8..cc396f20a77b3be920063ebb257d188c8f094b4a 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/TruncatedSourceParserTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/TruncatedSourceParserTest.java
|
| @@ -124,6 +124,9 @@ public class TruncatedSourceParserTest extends AbstractParserTest {
|
|
|
| @Override
|
| protected DartUnit parseUnit(String srcName, String srcCode, Object... errors) {
|
| + if ("true".equals(System.getProperty("analysis_skip_TruncatedSourceParserTest"))) {
|
| + return null;
|
| + }
|
| if (errors.length > 0) {
|
| throw new RuntimeException("Expected errors not implemented");
|
| }
|
|
|