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

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

Issue 2968233002: Add code to run more tests from test_all (Closed)
Patch Set: Created 3 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
Index: pkg/analyzer/test/src/dart/analysis/test_all.dart
diff --git a/pkg/analyzer/test/src/dart/analysis/test_all.dart b/pkg/analyzer/test/src/dart/analysis/test_all.dart
index 8c6fce5b6b86ae78f60069a87500a3f330859cbc..e4ddcdcb7d91a17a53df05e7273cff9ac258cbd6 100644
--- a/pkg/analyzer/test/src/dart/analysis/test_all.dart
+++ b/pkg/analyzer/test/src/dart/analysis/test_all.dart
@@ -2,10 +2,9 @@
// 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.
-library analyzer.test.src.dart.analysis.test_all;
-
import 'package:test_reflective_loader/test_reflective_loader.dart';
+import 'defined_names_test.dart' as defined_names_test;
import 'driver_test.dart' as driver;
import 'file_state_test.dart' as file_state;
import 'index_test.dart' as index;
@@ -13,9 +12,9 @@ import 'referenced_names_test.dart' as referenced_names;
import 'search_test.dart' as search_test;
import 'session_test.dart' as session_test;
-/// Utility for manually running all tests.
main() {
defineReflectiveSuite(() {
+ defined_names_test.main();
driver.main();
file_state.main();
index.main();

Powered by Google App Engine
This is Rietveld 408576698