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

Unified Diff: pkg/analyzer/test/source/sdk_ext_test.dart

Issue 1214823003: Move SdkExtUriResolver from analysis_server to analyzer so it can be used in analyzer_cli (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « pkg/analyzer/lib/source/sdk_ext.dart ('k') | pkg/analyzer/test/source/test_all.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/source/sdk_ext_test.dart
diff --git a/pkg/analysis_server/test/src/sdk_ext_test.dart b/pkg/analyzer/test/source/sdk_ext_test.dart
similarity index 97%
rename from pkg/analysis_server/test/src/sdk_ext_test.dart
rename to pkg/analyzer/test/source/sdk_ext_test.dart
index f07417821e96231bd85aaeda3520c0c574462801..b6262193325d2c8e5517a24502b8363382776c92 100644
--- a/pkg/analysis_server/test/src/sdk_ext_test.dart
+++ b/pkg/analyzer/test/source/sdk_ext_test.dart
@@ -2,11 +2,11 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library analysis_server.test.src.sdk_ext;
+library test.source.sdk_ext;
-import 'package:analysis_server/src/sdk_ext.dart';
import 'package:analyzer/file_system/file_system.dart';
import 'package:analyzer/file_system/memory_file_system.dart';
+import 'package:analyzer/source/sdk_ext.dart';
import 'package:unittest/unittest.dart';
MemoryResourceProvider resourceProvider;
« no previous file with comments | « pkg/analyzer/lib/source/sdk_ext.dart ('k') | pkg/analyzer/test/source/test_all.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698