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

Unified Diff: test/all_tests.dart

Issue 1788973002: Remove code that requires whole-program compile (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged 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 | « pubspec.yaml ('k') | test/codegen_test.dart » ('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 6271ff6d8d524b2cd0a064ec5902d1b7680ee78e..18d194cbe252e840efd2be8216a84010b97c536b 100644
--- a/test/all_tests.dart
+++ b/test/all_tests.dart
@@ -12,17 +12,11 @@ import 'closure/closure_type_test.dart' as closure_type_test;
import 'codegen_test.dart' as codegen_test;
import 'js/builder_test.dart' as builder_test;
import 'end_to_end_test.dart' as e2e;
-import 'report_test.dart' as report_test;
-import 'dependency_graph_test.dart' as dependency_graph_test;
-import 'transformer_test.dart' as transformer_test;
import 'utils_test.dart' as utils_test;
void main() {
group('end-to-end', e2e.main);
- group('report', report_test.main);
- group('dependency_graph', dependency_graph_test.main);
group('codegen', () => codegen_test.main([]));
- group('transformer', transformer_test.main);
group('closure', () {
closure_annotation_test.main();
closure_type_test.main();
« no previous file with comments | « pubspec.yaml ('k') | test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698