| Index: runtime/observatory/tests/service/source_location_test.dart
|
| diff --git a/runtime/observatory/tests/service/source_location_test.dart b/runtime/observatory/tests/service/source_location_test.dart
|
| index 4fe8b0830b1576892169e46b0bc8b4cb43be0681..128452ce35df4b8f941602ae1a8a0eb3997c8cc1 100644
|
| --- a/runtime/observatory/tests/service/source_location_test.dart
|
| +++ b/runtime/observatory/tests/service/source_location_test.dart
|
| @@ -57,7 +57,7 @@ var tests = [
|
| // Listen for breakpoint event.
|
| Completer completer = new Completer();
|
| isolate.vm.events.stream.listen((ServiceEvent event) {
|
| - if (event.eventType == ServiceEvent.kPauseBreakpoint) {
|
| + if (event.kind == ServiceEvent.kPauseBreakpoint) {
|
| completer.complete();
|
| }
|
| });
|
|
|