| Index: runtime/observatory/tests/service/graph_test.dart
|
| diff --git a/runtime/observatory/tests/service/graph_test.dart b/runtime/observatory/tests/service/graph_test.dart
|
| index 9115ed04592fd93883b79eedded6efe714e5be82..6160fa3b5aad6ae2e1b39ff8c8093ff7ba77499d 100644
|
| --- a/runtime/observatory/tests/service/graph_test.dart
|
| +++ b/runtime/observatory/tests/service/graph_test.dart
|
| @@ -85,7 +85,7 @@ var tests = [
|
| completer.complete();
|
| }
|
| });
|
| - return isolate.rootLib.load().then((Library lib) {
|
| + return isolate.rootLibrary.load().then((Library lib) {
|
| expect(lib.classes.length, equals(1));
|
| Class fooClass = lib.classes.first;
|
| fooId = fooClass.vmCid;
|
|
|