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

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/integration/DartEngineAnalysisTest.java

Issue 45573002: Rename analyzer_experimental to analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks before publishing. Created 7 years, 2 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
Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/integration/DartEngineAnalysisTest.java
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/integration/DartEngineAnalysisTest.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/integration/DartEngineAnalysisTest.java
index ba5c84d2dbae07ac28b4b344981d10d7bd466641..3de5537d485e38816731c05d1c533157007e5b5c 100644
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/integration/DartEngineAnalysisTest.java
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/integration/DartEngineAnalysisTest.java
@@ -43,7 +43,7 @@ public class DartEngineAnalysisTest extends LibraryAnalysisTest {
FileBasedSource engineSource = new FileBasedSource(sourceFactory.getContentCache(), new File(
svnRoot,
- "pkg/analyzer_experimental/lib/src/generated/engine.dart"));
+ "pkg/analyzer/lib/src/generated/engine.dart"));
long startTime = System.currentTimeMillis();
LibraryElement library = context.computeLibraryElement(engineSource);
verify(library);

Powered by Google App Engine
This is Rietveld 408576698