Chromium Code Reviews| Index: tests/isolate/test_config.dart |
| diff --git a/tests/isolate/test_config.dart b/tests/isolate/test_config.dart |
| index 8e08ac9cd42f89553318cb62e495c9cb59bf3f3a..81199bc10fe1ceacbec760ba8b3a08480fbcd2c7 100644 |
| --- a/tests/isolate/test_config.dart |
| +++ b/tests/isolate/test_config.dart |
| @@ -9,6 +9,7 @@ |
| class IsolateTestSuite extends StandardTestSuite { |
| IsolateTestSuite(Map configuration) |
| : super(configuration, |
| + "isolate", |
| "tests/isolate/src", |
| ["tests/isolate/isolate.status"]); |
| } |