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 b292b31d8111f8c1827935af75cedf5f5f71ab50..146be22ae44c46716f453a77b87c18e54d35f13f 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 |
@@ -86,6 +86,5 @@ main(args) => runIsolateTests(args, tests, |
testeeConcurrent: testMain, |
pause_on_start: true, |
pause_on_exit: true, |
- verbose_vm: true, |
- extraArgs: [ '--trace-service', |
- '--trace-service-verbose' ]); |
+ trace_service: true, |
+ verbose_vm: true); |