Index: runtime/observatory/tests/service/allocations_test.dart |
diff --git a/runtime/observatory/tests/service/allocations_test.dart b/runtime/observatory/tests/service/allocations_test.dart |
index 8f1bd9e88086963d99c9dcb14725cf37f442c52a..f305d89bb1396ffb042432d808744f001a5f8871 100644 |
--- a/runtime/observatory/tests/service/allocations_test.dart |
+++ b/runtime/observatory/tests/service/allocations_test.dart |
@@ -20,7 +20,7 @@ void script() { |
var tests = [ |
(Isolate isolate) => |
- isolate.rootLib.load().then((Library lib) { |
+ isolate.rootLibrary.load().then((Library lib) { |
expect(lib.url.endsWith('allocations_test.dart'), isTrue); |
expect(lib.classes.length, equals(1)); |
return lib.classes.first.load().then((Class fooClass) { |