| 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 87615c9f3cd207ff7a9229bbc014deb7b118f1a5..85626ee47a9c8383ef1558c22d2e4d47b383263f 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', '_Closure.call'];
|
| + ['Root', 'DRT_AllocateObject', 'test', 'test', '_Closure.call'];
|
| for (var i = 0; i < expected.length; i++) {
|
| expect(node.profileCode.code.name, equals(expected[i]));
|
| // Depth first traversal.
|
|
|