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

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

Issue 2578733002: move CommandLineParser into analyzer for reuse by DDC (Closed)
Patch Set: merge Created 4 years 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/src/command_line/test_all.dart
diff --git a/pkg/analyzer/test/src/command_line/test_all.dart b/pkg/analyzer/test/src/command_line/test_all.dart
index c3239f9c3730373fbc5e06486c49a3052c927666..498951b62e09d84baf7da5a65be1553003495674 100644
--- a/pkg/analyzer/test/src/command_line/test_all.dart
+++ b/pkg/analyzer/test/src/command_line/test_all.dart
@@ -6,10 +6,12 @@ library analyzer.test.src.command_line.test_all;
import 'package:test_reflective_loader/test_reflective_loader.dart';
+import 'command_line_parser_test.dart' as command_line_parser_test;
import 'arguments_test.dart' as arguments_test;
main() {
defineReflectiveSuite(() {
+ command_line_parser_test.main();
arguments_test.main();
}, name: 'command_line');
}
« no previous file with comments | « pkg/analyzer/test/src/command_line/command_line_parser_test.dart ('k') | pkg/analyzer_cli/lib/src/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698