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

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

Issue 955413004: Move dart_style to third_party/pkg_tested (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 5 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
« no previous file with comments | « dart/tools/testing/dart/test_configurations.dart ('k') | deps/all.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/test_options.dart
===================================================================
--- dart/tools/testing/dart/test_options.dart (revision 44062)
+++ dart/tools/testing/dart/test_options.dart (working copy)
@@ -14,7 +14,8 @@
const List<String> defaultTestSelectors =
const ['samples', 'standalone', 'corelib', 'co19', 'language',
'isolate', 'vm', 'html', 'benchmark_smoke',
- 'utils', 'lib', 'pkg', 'analyze_library', 'vmservice'];
+ 'utils', 'lib', 'pkg', 'analyze_library', 'vmservice',
+ 'pkg_tested'];
/**
* Specification of a single test option.
« no previous file with comments | « dart/tools/testing/dart/test_configurations.dart ('k') | deps/all.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698