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

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

Issue 1570603004: Bootloader cleanup. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: review_nit Created 4 years, 11 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/bootloader.dart ('k') | pkg/analyzer_cli/test/boot_loader_test.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 ea55810d4c276fd135d991018c5009714124f17a..9f085630c8219386ca5b0a1d14cdc04558f89655 100644
--- a/pkg/analyzer_cli/test/all.dart
+++ b/pkg/analyzer_cli/test/all.dart
@@ -2,6 +2,7 @@
// 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.
+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;
@@ -13,6 +14,7 @@ import 'super_mixin_test.dart' as super_mixin;
//import 'strong_mode_test.dart' as strong_mode;
main() {
+ boot_loader.main();
driver.main();
// TODO(pq): fix tests to run safely on the bots
// https://github.com/dart-lang/sdk/issues/25001
« no previous file with comments | « pkg/analyzer_cli/lib/src/bootloader.dart ('k') | pkg/analyzer_cli/test/boot_loader_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698