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

Unified Diff: tools/testing/dart/test_suite.dart

Issue 16667023: Fixed sdk/bin/dart2analyzer to use package-root (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « sdk/bin/dart2analyzer_developer ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index 40cccd2351b3f7da596d64ba0baf9e7d617b3c1b..1e1e0510277acf6e8847578289a4686500236232 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -185,7 +185,7 @@ abstract class TestSuite {
case 'dartanalyzer':
return 'sdk/bin/dartanalyzer_developer$suffix';
case 'dart2analyzer':
- return 'sdk/bin/dart2analyzer_developer$suffix';
+ return 'editor/tools/analyzer_experimental';
default:
throw "Unknown executable for: ${configuration['compiler']}";
}
« no previous file with comments | « sdk/bin/dart2analyzer_developer ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698