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

Unified Diff: packages/analyzer/test/generated/test_all.dart

Issue 2990843002: Removed fixed dependencies (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: packages/analyzer/test/generated/test_all.dart
diff --git a/packages/analyzer/test/generated/test_all.dart b/packages/analyzer/test/generated/test_all.dart
index fb84d461cafc2cb3e2308d946bf4b7d726f626dd..63b357df9a6cc52e982de1b76cb07dbd94730a05 100644
--- a/packages/analyzer/test/generated/test_all.dart
+++ b/packages/analyzer/test/generated/test_all.dart
@@ -2,28 +2,40 @@
// 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 test.generated;
+library analyzer.test.generated.test_all;
import 'package:unittest/unittest.dart';
import '../utils.dart';
import 'all_the_rest_test.dart' as all_the_rest;
-import 'ast_test.dart' as ast_test;
+import 'bazel_test.dart' as bazel_test;
+import 'checked_mode_compile_time_error_code_test.dart'
+ as checked_mode_compile_time_error_code_test;
import 'compile_time_error_code_test.dart' as compile_time_error_code_test;
-import 'element_test.dart' as element_test;
+import 'constant_test.dart' as constant_test;
+import 'declaration_resolver_test.dart' as declaration_resolver_test;
+import 'element_resolver_test.dart' as element_resolver_test;
import 'engine_test.dart' as engine_test;
+import 'error_suppression_test.dart' as error_suppression_test;
+import 'hint_code_test.dart' as hint_code_test;
import 'incremental_resolver_test.dart' as incremental_resolver_test;
-import 'incremental_scanner_test.dart' as incremental_scanner_test;
+import 'inheritance_manager_test.dart' as inheritance_manager_test;
import 'java_core_test.dart' as java_core_test;
import 'java_io_test.dart' as java_io_test;
import 'non_error_resolver_test.dart' as non_error_resolver_test;
+import 'non_hint_code_test.dart' as non_hint_code_test;
import 'parser_test.dart' as parser_test;
import 'resolver_test.dart' as resolver_test;
import 'scanner_test.dart' as scanner_test;
+import 'sdk_test.dart' as sdk_test;
+import 'simple_resolver_test.dart' as simple_resolver_test;
import 'source_factory_test.dart' as source_factory_test;
+import 'static_type_analyzer_test.dart' as static_type_analyzer_test;
import 'static_type_warning_code_test.dart' as static_type_warning_code_test;
import 'static_warning_code_test.dart' as static_warning_code_test;
+import 'strong_mode_test.dart' as strong_mode_test;
import 'type_system_test.dart' as type_system_test;
+import 'utilities_dart_test.dart' as utilities_dart_test;
import 'utilities_test.dart' as utilities_test;
/// Utility for manually running all tests.
@@ -31,22 +43,33 @@ main() {
initializeTestEnvironment();
group('generated tests', () {
all_the_rest.main();
- ast_test.main();
+ bazel_test.main();
+ checked_mode_compile_time_error_code_test.main();
compile_time_error_code_test.main();
- element_test.main();
+ constant_test.main();
+ declaration_resolver_test.main();
+ element_resolver_test.main();
engine_test.main();
+ error_suppression_test.main();
+ hint_code_test.main();
incremental_resolver_test.main();
- incremental_scanner_test.main();
+ inheritance_manager_test.main();
java_core_test.main();
java_io_test.main();
non_error_resolver_test.main();
+ non_hint_code_test.main();
parser_test.main();
resolver_test.main();
scanner_test.main();
+ sdk_test.main();
+ simple_resolver_test.main();
source_factory_test.main();
+ static_type_analyzer_test.main();
static_type_warning_code_test.main();
static_warning_code_test.main();
+ strong_mode_test.main();
type_system_test.main();
+ utilities_dart_test.main();
utilities_test.main();
});
}
« no previous file with comments | « packages/analyzer/test/generated/strong_mode_test.dart ('k') | packages/analyzer/test/generated/test_support.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698