Chromium Code Reviews| Index: runtime/tests/vm/test_config.dart |
| diff --git a/runtime/tests/vm/test_config.dart b/runtime/tests/vm/test_config.dart |
| index 8f0dc0a56ffee48a7cf2ef7c2d2eba0179de5537..e6e147b5ef2c3106643a11c3d12e3ecb0c665279 100644 |
| --- a/runtime/tests/vm/test_config.dart |
| +++ b/runtime/tests/vm/test_config.dart |
| @@ -11,5 +11,6 @@ class VMTestSuite extends CCTestSuite { |
| : super(configuration, |
| "vm", |
| "run_vm_tests", |
| - ["runtime/tests/vm/vm.status"]); |
| + ["runtime/tests/vm/vm.status"], |
| + testPrefix: 'cc/'); |
| } |