| Index: runtime/observatory/tests/service/pause_on_start_and_exit_test.dart
|
| diff --git a/runtime/observatory/tests/service/pause_on_start_and_exit_test.dart b/runtime/observatory/tests/service/pause_on_start_and_exit_test.dart
|
| index 92917b7e30429acb248b5573d60cc53f52cb12de..93444d0a03b0e1e7ee386763c553185477cd1704 100644
|
| --- a/runtime/observatory/tests/service/pause_on_start_and_exit_test.dart
|
| +++ b/runtime/observatory/tests/service/pause_on_start_and_exit_test.dart
|
| @@ -85,4 +85,5 @@ main(args) => runIsolateTests(args, tests,
|
| testeeConcurrent: testMain,
|
| pause_on_start: true,
|
| pause_on_exit: true,
|
| - trace_service: true);
|
| + trace_service: true,
|
| + verbose_vm: true);
|
|
|