| Index: tools/test.dart
|
| diff --git a/tools/test.dart b/tools/test.dart
|
| index 354c79461cf4a04b2b1e5f9cf3c1a5c54dbb9139..93c211dbc36c353d4694ee9dd8a6e2a48a91778a 100755
|
| --- a/tools/test.dart
|
| +++ b/tools/test.dart
|
| @@ -66,7 +66,7 @@ final TEST_SUITE_DIRECTORIES = [
|
| new Path('tests/utils'),
|
| new Path('utils/tests/css'),
|
| new Path('utils/tests/peg'),
|
| - new Path('utils/tests/pub'),
|
| + new Path('sdk/lib/_internal/pub'),
|
| // TODO(amouravski): move these to tests/ once they no longer rely on weird
|
| // dependencies.
|
| new Path('sdk/lib/_internal/dartdoc'),
|
|
|