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