| Index: tools/testing/dart/test_configurations.dart
|
| diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart
|
| index 4b146aa5e7e6672a63a51645c24c71f9060f469a..f17ae9a7c2f04abc5271cc8a405a041be7787ae5 100644
|
| --- a/tools/testing/dart/test_configurations.dart
|
| +++ b/tools/testing/dart/test_configurations.dart
|
| @@ -25,6 +25,7 @@ import 'vm_test_config.dart';
|
| * moved to here, if possible.
|
| */
|
| final TEST_SUITE_DIRECTORIES = [
|
| + new Path('third_party/pkg/dartdoc'),
|
| new Path('pkg'),
|
| new Path('third_party/pkg_tested'),
|
| new Path('runtime/tests/vm'),
|
|
|