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

Unified Diff: tools/test.dart

Issue 10207032: remove tests from code that was recently deleted. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « no previous file | utils/tests/import_mapper/import_mapper.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index 543a493f8dcd8493bbd3d7734d3e06415a315646..9cdf5a909adb54243ef3a1f2c49171d80fe17c2e 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -46,7 +46,6 @@
#import("../frog/tests/native/test_config.dart");
#import("../frog/tests/await/test_config.dart");
#import("../utils/tests/css/test_config.dart");
-#import("../utils/tests/import_mapper/test_config.dart");
/**
* The directories that contain test suites which follow the conventions
@@ -142,9 +141,6 @@ main() {
if (selectors.containsKey('css')) {
queue.addTestSuite(new CssTestSuite(conf));
}
- if (selectors.containsKey('import_mapper')) {
- queue.addTestSuite(new ImportMapperTestSuite(conf));
- }
if (selectors.containsKey('await')) {
queue.addTestSuite(new AwaitTestSuite(conf));
}
« no previous file with comments | « no previous file | utils/tests/import_mapper/import_mapper.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698