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

Unified Diff: tools/testing/dart/test_options.dart

Issue 10239005: Add 'lib' test suite to default tests. (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index ce4c417669e1ba55bed391a2cd56b8132f33cad5..3c41cda310603d05642a53f031e364c90eda6dca 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -10,7 +10,7 @@
List<String> defaultTestSelectors =
const ['dartc', 'samples', 'standalone', 'corelib', 'co19', 'language',
- 'isolate', 'vm', 'client', 'dartdoc', 'utils', 'pub'];
+ 'isolate', 'vm', 'client', 'dartdoc', 'utils', 'pub', 'lib' ];
ricow1 2012/04/26 12:36:45 there is an extra space after the '
Mads Ager (google) 2012/04/26 12:38:04 Done.
/**
* Specification of a single test option.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698