Index: tools/testing/dart/test_options.dart |
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
index c685988e2428f8f90546ef63c72e7ee0bcfd2630..922e386626eca19b8929230cdea8ed2530afbd1b 100644 |
--- a/tools/testing/dart/test_options.dart |
+++ b/tools/testing/dart/test_options.dart |
@@ -437,6 +437,12 @@ Note: currently only implemented for dart2js.''', |
new _TestOptionSpecification('package_root', |
'The package root to use for testing.', ['--package-root'], [], null), |
new _TestOptionSpecification( |
+ 'packages', |
+ 'The package spec file to use for testing.', |
+ ['--packages'], |
+ [], |
+ null), |
+ new _TestOptionSpecification( |
'exclude_suite', |
'Exclude suites from default selector, only works when no' |
' selector has been specified on the command line', |