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

Unified Diff: test/all_tests.dart

Issue 1401273002: Move DDC to analyzer-based checker (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebase Created 5 years, 2 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 | « pubspec.yaml ('k') | test/codegen/expect/BenchmarkBase.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/all_tests.dart
diff --git a/test/all_tests.dart b/test/all_tests.dart
index bd974447580bb150b013d1ec236e8f6009d6aa27..b7c60cafa2e7240f405f91fd3e5d13b595e35dcd 100644
--- a/test/all_tests.dart
+++ b/test/all_tests.dart
@@ -7,8 +7,6 @@ library dev_compiler.test.all_tests;
import 'package:test/test.dart';
-import 'checker/checker_test.dart' as checker_test;
-import 'checker/inferred_type_test.dart' as inferred_type_test;
import 'checker/self_host_test.dart' as self_host;
import 'closure/closure_annotation_test.dart' as closure_annotation_test;
import 'closure/closure_type_test.dart' as closure_type_test;
@@ -19,8 +17,6 @@ import 'dependency_graph_test.dart' as dependency_graph_test;
void main() {
group('end-to-end', e2e.main);
- group('inferred types', inferred_type_test.main);
- group('checker', checker_test.main);
group('report', report_test.main);
group('dependency_graph', dependency_graph_test.main);
group('codegen', () => codegen_test.main([]));
« no previous file with comments | « pubspec.yaml ('k') | test/codegen/expect/BenchmarkBase.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698