| Index: tools/testing/dart/test_configurations.dart
|
| diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart
|
| index 6edd93c7ef19ab665cd22c51d1222941b69d65d1..c49bfcaf231c8f9e51058bdd3b7862e258f50469 100644
|
| --- a/tools/testing/dart/test_configurations.dart
|
| +++ b/tools/testing/dart/test_configurations.dart
|
| @@ -199,7 +199,7 @@ void testConfigurations(List<Map> configurations) {
|
| // TODO(rnystrom): Move pub back into TEST_SUITE_DIRECTORIES once
|
| // #104 is fixed.
|
| testSuites.add(new StandardTestSuite(conf, 'pub',
|
| - new Path('sdk/lib/_internal/pub_generated'),
|
| + new Path('sdk/lib/_internal/pub'),
|
| ['sdk/lib/_internal/pub/pub.status'],
|
| isTestFilePredicate: (file) => file.endsWith('_test.dart'),
|
| recursive: true));
|
|
|