Chromium Code Reviews| Index: tests/corelib/test_config.dart |
| diff --git a/tests/corelib/test_config.dart b/tests/corelib/test_config.dart |
| index 51b6358f204c30f7802052d6e2e40dc33d358015..6c6174ac48bc2deb6c708d2891c5533a9a4529d7 100644 |
| --- a/tests/corelib/test_config.dart |
| +++ b/tests/corelib/test_config.dart |
| @@ -9,6 +9,7 @@ |
| class CorelibTestSuite extends StandardTestSuite { |
| CorelibTestSuite(Map configuration) |
| : super(configuration, |
| + "corelib", |
| "tests/corelib/src", |
| ["tests/corelib/corelib.status"]); |
| } |