| 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 f305d89bb1396ffb042432d808744f001a5f8871..0882edc7bce1cbf8d58757502b71b41b565f02f0 100644
|
| --- a/runtime/observatory/tests/service/allocations_test.dart
|
| +++ b/runtime/observatory/tests/service/allocations_test.dart
|
| @@ -21,7 +21,7 @@ var tests = [
|
|
|
| (Isolate isolate) =>
|
| isolate.rootLibrary.load().then((Library lib) {
|
| - expect(lib.url.endsWith('allocations_test.dart'), isTrue);
|
| + expect(lib.uri.endsWith('allocations_test.dart'), isTrue);
|
| expect(lib.classes.length, equals(1));
|
| return lib.classes.first.load().then((Class fooClass) {
|
| expect(fooClass.name, equals('Foo'));
|
|
|