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

Unified Diff: pkg/analysis_server/test/test_all.dart

Issue 341893010: Use "pub list-package-dirs" to resolve package URIs in analysis server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: pkg/analysis_server/test/test_all.dart
diff --git a/pkg/analysis_server/test/test_all.dart b/pkg/analysis_server/test/test_all.dart
index 831436faf8ad3892ff015be4d32beac62d886c15..82706f25fd1649eb0b11965f75549de09fd33fc8 100644
--- a/pkg/analysis_server/test/test_all.dart
+++ b/pkg/analysis_server/test/test_all.dart
@@ -17,6 +17,7 @@ import 'domain_search_test.dart' as domain_search_test;
import 'domain_server_test.dart' as domain_server_test;
import 'index/test_all.dart' as index_test_all;
import 'operation/test_all.dart' as operation_test;
+import 'package_map_provider_test.dart' as package_map_provider_test;
import 'package_uri_resolver_test.dart' as package_uri_resolver_test;
import 'protocol_test.dart' as protocol_test;
import 'resource_test.dart' as resource_test;
@@ -41,6 +42,7 @@ main() {
domain_server_test.main();
index_test_all.main();
operation_test.main();
+ package_map_provider_test.main();
package_uri_resolver_test.main();
protocol_test.main();
resource_test.main();

Powered by Google App Engine
This is Rietveld 408576698