Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(975)

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/context/AnalysisDeltaTest.java

Issue 263913003: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698