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

Unified Diff: test/run_all.dart

Issue 22962005: Merge pull request #581 from kevmoo/polymer (Closed) Base URL: https://github.com/dart-lang/web-ui.git@polymer
Patch Set: Created 7 years, 4 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/refactor_test.dart ('k') | test/testing.dart » ('j') | 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 0934add2900e213f1c888f03b26e9a54d8af4144..83f36ffc36dbd3760bc2d9fdfd59da0d322f064e 100644
--- a/test/run_all.dart
+++ b/test/run_all.dart
@@ -22,7 +22,6 @@ import 'package:polymer/testing/content_shell_test.dart';
import 'css_test.dart' as css_test;
import 'compiler_test.dart' as compiler_test;
import 'paths_test.dart' as paths_test;
-import 'refactor_test.dart' as refactor_test;
import 'utils_test.dart' as utils_test;
main() {
@@ -40,7 +39,6 @@ main() {
addGroup('compiler_test.dart', compiler_test.main);
addGroup('css_test.dart', css_test.main);
addGroup('paths_test.dart', paths_test.main);
- addGroup('refactor_test.dart', refactor_test.main);
addGroup('utils_test.dart', utils_test.main);
// TODO(jmessery): consider restoring these where applicable.
« no previous file with comments | « test/refactor_test.dart ('k') | test/testing.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698