| Index: runtime/observatory/tests/service/async_continuation_test.dart
|
| diff --git a/runtime/observatory/tests/service/async_continuation_test.dart b/runtime/observatory/tests/service/async_continuation_test.dart
|
| index 5b65bf83fbe971f338ca4a77603e831b76c1a3ed..781f7ca117088fea0b46dc0baa7e18acb65b731e 100644
|
| --- a/runtime/observatory/tests/service/async_continuation_test.dart
|
| +++ b/runtime/observatory/tests/service/async_continuation_test.dart
|
| @@ -66,7 +66,7 @@ test(Isolate isolate) async {
|
| if (bp == bp1) {
|
| await stoppedAtLine(15)(isolate);
|
| print(event.asyncContinuation);
|
| - expect(event.asyncContinuation.isNull, isTrue);
|
| + expect(event.asyncContinuation, equals(null));
|
| isolate.resume();
|
| bp1_hit.complete(null);
|
| }
|
|
|