| Index: runtime/observatory/tests/service/get_allocation_samples_test.dart
|
| diff --git a/runtime/observatory/tests/service/get_allocation_samples_test.dart b/runtime/observatory/tests/service/get_allocation_samples_test.dart
|
| index 698fce5ffe464885fc1c9ace049e2f6c513cbb85..a21ed9c4356d018264c3ad48c9e680785ad11723 100644
|
| --- a/runtime/observatory/tests/service/get_allocation_samples_test.dart
|
| +++ b/runtime/observatory/tests/service/get_allocation_samples_test.dart
|
| @@ -67,7 +67,7 @@ var tests = [
|
| var tree = cpuProfile.loadCodeTree('exclusive');
|
| var node = tree.root;
|
| var expected =
|
| - ['Root', 'test', 'test', '_FunctionImpl.call', 'runIsolateTests'];
|
| + ['Root', 'test', 'test', '_Closure.call', 'runIsolateTests'];
|
| for (var i = 0; i < expected.length; i++) {
|
| expect(node.profileCode.code.name, equals(expected[i]));
|
| // Depth first traversal.
|
|
|