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

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

Issue 1102613002: Analyzer CLI removal. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 8 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/analyzer/test/test_all.dart
===================================================================
--- pkg/analyzer/test/test_all.dart (revision 45350)
+++ pkg/analyzer/test/test_all.dart (working copy)
@@ -8,11 +8,9 @@
import 'cancelable_future_test.dart' as cancelable_future_test;
import 'enum_test.dart' as enum_test;
-import 'error_test.dart' as error;
import 'file_system/test_all.dart' as file_system;
import 'generated/test_all.dart' as generated;
import 'instrumentation/test_all.dart' as instrumentation;
-import 'options_test.dart' as options;
import 'parse_compilation_unit_test.dart' as parse_compilation_unit;
import 'plugin/test_all.dart' as plugin_test_all;
import 'source/test_all.dart' as source;
@@ -25,11 +23,9 @@
group('analysis engine', () {
cancelable_future_test.main();
enum_test.main();
- error.main();
file_system.main();
generated.main();
instrumentation.main();
- options.main();
parse_compilation_unit.main();
plugin_test_all.main();
source.main();

Powered by Google App Engine
This is Rietveld 408576698