| Index: runtime/observatory/test/inbound_references_test.dart
|
| diff --git a/runtime/observatory/test/inbound_references_test.dart b/runtime/observatory/test/inbound_references_test.dart
|
| index 0d9698c5f400e92f87d31a31743280ac4bf423a8..e74850f6ec9aaf8b9a2575640a836c55636fdc8a 100644
|
| --- a/runtime/observatory/test/inbound_references_test.dart
|
| +++ b/runtime/observatory/test/inbound_references_test.dart
|
| @@ -31,8 +31,7 @@ var tests = [
|
| (Isolate isolate) =>
|
| isolate.rootLib.load().then((Library lib) {
|
| Instance e = lib.variables.where((v) => v.name == 'e').single.value;
|
| - var id = e.id;
|
| - return isolate.get('/$id/inbound_references?limit=100').then(
|
| + return isolate.getInboundReferences(e, 100).then(
|
| (ServiceMap response) {
|
| List references = response['references'];
|
| hasReferenceSuchThat(predicate) {
|
|
|