| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/context/AnalysisDeltaTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/context/AnalysisDeltaTest.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/context/AnalysisDeltaTest.java
|
| index c4591e45463ecdae72641f6bbfdeba121a24a0bc..ca3962ac2585c5d7de17775a8eb4c9dbb0d4d0a9 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/context/AnalysisDeltaTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/context/AnalysisDeltaTest.java
|
| @@ -5,10 +5,15 @@ import com.google.dart.engine.context.AnalysisDelta.AnalysisLevel;
|
| import com.google.dart.engine.source.Source;
|
| import com.google.dart.engine.source.TestSource;
|
| import com.google.dart.engine.utilities.io.FileUtilities2;
|
| +import com.google.dart.engine.utilities.translation.DartOmit;
|
|
|
| import java.util.Collection;
|
| import java.util.Map;
|
|
|
| +/**
|
| + * TODO(scheglov) Restore this test once TestSource is not file based.
|
| + */
|
| +@DartOmit
|
| public class AnalysisDeltaTest extends EngineTestCase {
|
|
|
| private TestSource source1 = new TestSource();
|
|
|