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. |