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

Unified Diff: pkg/analysis_server/test/search/search_domain_test.dart

Issue 394923004: As a temporary measure, allow SDK to be specified on analysis server cmd line. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/search/search_domain_test.dart
diff --git a/pkg/analysis_server/test/search/search_domain_test.dart b/pkg/analysis_server/test/search/search_domain_test.dart
index 09749ac4f8046b3a1f1b649b00493710532bb564..c8409b8447fbfd3a43627b30235ee6ea939ddca8 100644
--- a/pkg/analysis_server/test/search/search_domain_test.dart
+++ b/pkg/analysis_server/test/search/search_domain_test.dart
@@ -31,8 +31,8 @@ main() {
serverChannel,
resourceProvider,
new MockPackageMapProvider(),
- null);
- server.defaultSdk = new MockSdk();
+ null,
+ new MockSdk());
handler = new SearchDomainHandler(server);
});
« no previous file with comments | « pkg/analysis_server/test/package_map_provider_test.dart ('k') | pkg/analysis_server/test/socket_server_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698