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

Unified Diff: pkg/analysis_server/test/src/test_all.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/analysis_server/test/src/sdk_ext_test.dart ('k') | pkg/analyzer/lib/source/sdk_ext.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/src/test_all.dart
diff --git a/pkg/analysis_server/test/src/test_all.dart b/pkg/analysis_server/test/src/test_all.dart
index a24061ef40c12106dbe744e58ef5ea875afc4084..d5f5729cdc0b544389bd6c7f85a5062c1645c373 100644
--- a/pkg/analysis_server/test/src/test_all.dart
+++ b/pkg/analysis_server/test/src/test_all.dart
@@ -6,7 +6,6 @@ library test.src;
import 'package:unittest/unittest.dart';
-import 'sdk_ext_test.dart' as sdk_ext_test;
import 'utilities/test_all.dart' as utilities_all;
/**
@@ -15,7 +14,6 @@ import 'utilities/test_all.dart' as utilities_all;
main() {
groupSep = ' | ';
group('analysis_server', () {
- sdk_ext_test.main();
utilities_all.main();
});
}
« no previous file with comments | « pkg/analysis_server/test/src/sdk_ext_test.dart ('k') | pkg/analyzer/lib/source/sdk_ext.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698