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

Unified Diff: test/run_all.dart

Issue 12225039: Support for observable models, fixes #259 (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: Created 7 years, 10 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 | « test/perf/input/observe_model.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run_all.dart
diff --git a/test/run_all.dart b/test/run_all.dart
index c0a7a4a8ef5245e88c8fc1f8993e9fa5ba8fc213..fb543554d8d24a9ad5bc1142fbcb6c6fed6a313c 100644
--- a/test/run_all.dart
+++ b/test/run_all.dart
@@ -18,11 +18,11 @@ import 'package:web_ui/dwc.dart' as dwc;
import 'analyzer_test.dart' as analyzer_test;
import 'compiler_test.dart' as compiler_test;
-import 'directive_parser_test.dart' as directive_test;
import 'emitter_test.dart' as emitter_test;
import 'html5_utils_test.dart' as html5_utils_test;
import 'html_cleaner_test.dart' as html_cleaner_test;
import 'linked_list_test.dart' as linked_list_test;
+import 'observe_test.dart' as observe_test;
import 'path_info_test.dart' as path_info_test;
import 'utils_test.dart' as utils_test;
import 'watcher_test.dart' as watcher_test;
@@ -41,11 +41,11 @@ main() {
addGroup('analyzer_test.dart', analyzer_test.main);
addGroup('compiler_test.dart', compiler_test.main);
- addGroup('directive_parser_test.dart', directive_test.main);
addGroup('emitter_test.dart', emitter_test.main);
addGroup('html5_utils_test.dart', html5_utils_test.main);
addGroup('html_cleaner_test.dart', html_cleaner_test.main);
addGroup('linked_list_test.dart', linked_list_test.main);
+ addGroup('observe_test.dart', observe_test.main);
addGroup('path_info_test.dart', path_info_test.main);
addGroup('utils_test.dart', utils_test.main);
addGroup('watcher_test.dart', watcher_test.main);
« no previous file with comments | « test/perf/input/observe_model.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698