Index: runtime/observatory/tests/service/get_stack_rpc_test.dart |
diff --git a/runtime/observatory/tests/service/get_stack_rpc_test.dart b/runtime/observatory/tests/service/get_stack_rpc_test.dart |
index 7c253aa29db0ee853f92f41ae3549eb24458fd70..152fc2acb8587f24590adf76ca06d8f85c7c6bdb 100644 |
--- a/runtime/observatory/tests/service/get_stack_rpc_test.dart |
+++ b/runtime/observatory/tests/service/get_stack_rpc_test.dart |
@@ -34,8 +34,8 @@ var tests = [ |
// Initial data fetch and verify we've hit the breakpoint. |
(Isolate isolate) async { |
- await isolate.rootLib.load(); |
- var script = isolate.rootLib.scripts[0]; |
+ await isolate.rootLibrary.load(); |
+ var script = isolate.rootLibrary.scripts[0]; |
await script.load(); |
await hasStoppedAtBreakpoint(isolate); |
// Sanity check. |