| Index: runtime/observatory/tests/service/coverage_test.dart
|
| diff --git a/runtime/observatory/tests/service/coverage_test.dart b/runtime/observatory/tests/service/coverage_test.dart
|
| index 81137c427e6ea78e524274bbbbd50a48df878178..d1c71eba8e269e8508154301c8db81a948d94591 100644
|
| --- a/runtime/observatory/tests/service/coverage_test.dart
|
| +++ b/runtime/observatory/tests/service/coverage_test.dart
|
| @@ -102,4 +102,6 @@ hasStoppedAtBreakpoint,
|
|
|
| ];
|
|
|
| -main(args) => runIsolateTests(args, tests, testeeConcurrent: testFunction);
|
| +main(args) => runIsolateTests(args, tests,
|
| + testeeConcurrent: testFunction,
|
| + trace_service: true);
|
|
|