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

Unified Diff: tools/test.dart

Issue 9555013: Get dartdoc in the SDK and working correctly. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update copyright date. Created 8 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
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index da58a3dd1ecb317d260eb30087ec53638c693249..80545b1d1c242e87c57e32f167ac964a2303dc40 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -25,7 +25,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/dartdoc/test_config.dart");
#import("../utils/tests/import_mapper/test_config.dart");
#import("../utils/tests/peg/test_config.dart");
@@ -97,9 +96,6 @@ main() {
if (selectors.containsKey('css')) {
queue.addTestSuite(new CssTestSuite(conf));
}
- if (selectors.containsKey('dartdoc')) {
- queue.addTestSuite(new DartdocTestSuite(conf));
- }
if (selectors.containsKey('import_mapper')) {
queue.addTestSuite(new ImportMapperTestSuite(conf));
}
« frog/presubmit.py ('K') | « tools/create_sdk.py ('k') | utils/apidoc/apidoc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698