| Index: runtime/observatory/tests/service/mirror_references_test.dart
|
| diff --git a/runtime/observatory/tests/service/mirror_references_test.dart b/runtime/observatory/tests/service/mirror_references_test.dart
|
| index 36fa0b6e5a5b210e84751c6c92c01ad5223653de..444631635b02f1e54638d6dce500189cddd1d6d0 100644
|
| --- a/runtime/observatory/tests/service/mirror_references_test.dart
|
| +++ b/runtime/observatory/tests/service/mirror_references_test.dart
|
| @@ -26,7 +26,7 @@ void script() {
|
| var tests = [
|
|
|
| (Isolate isolate) =>
|
| - isolate.rootLib.load().then((Library lib) {
|
| + isolate.rootLibrary.load().then((Library lib) {
|
| Field fooField = lib.variables.singleWhere((v) => v.name == 'foo');
|
| Instance foo = fooField.value;
|
| Field refField = lib.variables.singleWhere((v) => v.name == 'ref');
|
|
|