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

Unified Diff: test/all_tests.dart

Issue 1612083002: Initial --modules=es6 support (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: addressed comments (legacy, doc) + test enum utils Created 4 years, 11 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 | « lib/src/utils.dart ('k') | test/codegen/es6_modules.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 5b5c879982699af94bc781baff0cf6e648cdc0ac..26d1a2f23d24e8cdc139a38433d9b9e96f3465c3 100644
--- a/test/all_tests.dart
+++ b/test/all_tests.dart
@@ -14,6 +14,7 @@ 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 'utils_test.dart' as utils_test;
void main() {
group('end-to-end', e2e.main);
@@ -25,4 +26,5 @@ void main() {
closure_type_test.main();
});
group('js', builder_test.main);
+ group('utils', utils_test.main);
}
« no previous file with comments | « lib/src/utils.dart ('k') | test/codegen/es6_modules.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698