| Index: tools/testing/dart/vm_test_config.dart
|
| diff --git a/tools/testing/dart/vm_test_config.dart b/tools/testing/dart/vm_test_config.dart
|
| index 9fdf36b4387995c45875f762d97ed84f78c8d9cf..9cadd4fc63f3c78cc9bbb4270f3cb351d741eb12 100644
|
| --- a/tools/testing/dart/vm_test_config.dart
|
| +++ b/tools/testing/dart/vm_test_config.dart
|
| @@ -8,9 +8,7 @@ import 'test_suite.dart';
|
|
|
| class VMTestSuite extends CCTestSuite {
|
| VMTestSuite(Map configuration)
|
| - : super(configuration,
|
| - "vm",
|
| - "run_vm_tests",
|
| - ["runtime/tests/vm/vm.status"],
|
| - testPrefix: 'cc/');
|
| + : super(
|
| + configuration, "vm", "run_vm_tests", ["runtime/tests/vm/vm.status"],
|
| + testPrefix: 'cc/');
|
| }
|
|
|