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

Unified Diff: test/all_tests.dart

Issue 1148283010: Remove dart backend (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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 f987946e4ab3c6422b020ebc1838c8a11737e1cb..c7f17dafde0e430d720863cf11c2d07585520333 100644
--- a/test/all_tests.dart
+++ b/test/all_tests.dart
@@ -12,7 +12,6 @@ import 'checker/inferred_type_test.dart' as inferred_type_test;
import 'codegen_test.dart' as codegen_test;
import 'end_to_end_test.dart' as e2e;
import 'report_test.dart' as report_test;
-import 'runtime/dart_runtime_test.dart' as runtime_test;
import 'dependency_graph_test.dart' as dependency_graph_test;
void main() {
@@ -20,8 +19,6 @@ void main() {
group('inferred types', inferred_type_test.main);
group('checker', checker_test.main);
group('report', report_test.main);
- group('runtime', runtime_test.main);
group('dependency_graph', dependency_graph_test.main);
group('codegen', () => codegen_test.main([]));
- group('dart_codegen', () => codegen_test.main(['--dart-gen']));
}
« 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