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

Unified Diff: pkg/analyzer_cli/test/all.dart

Issue 1806263004: add --x-package-warnings-prefix option to dartanalyzer (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: oops, check in all the test files Created 4 years, 9 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_cli/lib/src/perf_report.dart ('k') | pkg/analyzer_cli/test/data/package_prefix/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/all.dart
diff --git a/pkg/analyzer_cli/test/all.dart b/pkg/analyzer_cli/test/all.dart
index 9f085630c8219386ca5b0a1d14cdc04558f89655..1fd1dd7d002db7458756ce716ca494165007615c 100644
--- a/pkg/analyzer_cli/test/all.dart
+++ b/pkg/analyzer_cli/test/all.dart
@@ -6,6 +6,7 @@ import 'boot_loader_test.dart' as boot_loader;
import 'driver_test.dart' as driver;
import 'error_test.dart' as error;
import 'options_test.dart' as options;
+import 'package_prefix_test.dart' as package_prefix;
import 'perf_report_test.dart' as perf;
import 'plugin_manager_test.dart' as plugin_manager;
import 'reporter_test.dart' as reporter;
@@ -26,4 +27,5 @@ main() {
plugin_manager.main();
reporter.main();
super_mixin.main();
+ package_prefix.main();
}
« no previous file with comments | « pkg/analyzer_cli/lib/src/perf_report.dart ('k') | pkg/analyzer_cli/test/data/package_prefix/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698