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

Unified Diff: tools/test.dart

Issue 10168010: test rename overhaul: step 1 peg. (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/peg/peg.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 8ddf497676355c05131c9705bcaeee0090ceade0..543a493f8dcd8493bbd3d7734d3e06415a315646 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -47,7 +47,6 @@
#import("../frog/tests/await/test_config.dart");
#import("../utils/tests/css/test_config.dart");
#import("../utils/tests/import_mapper/test_config.dart");
-#import("../utils/tests/peg/test_config.dart");
/**
* The directories that contain test suites which follow the conventions
@@ -56,7 +55,8 @@
* basically add the directory here and you're done.)
*/
final TEST_SUITE_DIRECTORIES = const [
- 'utils/tests/pub'
+ 'utils/tests/peg',
+ 'utils/tests/pub',
];
main() {
@@ -145,9 +145,6 @@ main() {
if (selectors.containsKey('import_mapper')) {
queue.addTestSuite(new ImportMapperTestSuite(conf));
}
- if (selectors.containsKey('peg')) {
- queue.addTestSuite(new PegTestSuite(conf));
- }
if (selectors.containsKey('await')) {
queue.addTestSuite(new AwaitTestSuite(conf));
}
« no previous file with comments | « no previous file | utils/tests/peg/peg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698