| Index: runtime/observatory/tests/service/service_test_common.dart
|
| diff --git a/runtime/observatory/tests/service/service_test_common.dart b/runtime/observatory/tests/service/service_test_common.dart
|
| index c623234c8165016393e895513e728fa59395f8e2..841fd3babf2df92c29382a9d7cc88d9cda8779da 100644
|
| --- a/runtime/observatory/tests/service/service_test_common.dart
|
| +++ b/runtime/observatory/tests/service/service_test_common.dart
|
| @@ -225,7 +225,7 @@ Future<Isolate> markDartColonLibrariesDebuggable(Isolate isolate) async {
|
| IsolateTest reloadSources([bool pause = false]) {
|
| return (Isolate isolate) async {
|
| Map<String, dynamic> params = <String, dynamic>{};
|
| - if (pause == true) {
|
| + if (pause) {
|
| params['pause'] = pause;
|
| }
|
| return isolate.invokeRpc('reloadSources', params);
|
|
|