| 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 85626ee47a9c8383ef1558c22d2e4d47b383263f..145b5a44a56cbe443826fb6f33f6d5a41cdb0d1d 100644
|
| --- a/runtime/observatory/tests/service/get_allocation_samples_test.dart
|
| +++ b/runtime/observatory/tests/service/get_allocation_samples_test.dart
|
| @@ -61,7 +61,7 @@ var tests = [
|
| await fooClass.reload();
|
| expect(fooClass.traceAllocations, isFalse);
|
| CpuProfile cpuProfile = new CpuProfile();
|
| - cpuProfile.load(isolate, profileResponse);
|
| + await cpuProfile.load(isolate, profileResponse);
|
| cpuProfile.buildCodeCallerAndCallees();
|
| cpuProfile.buildFunctionCallerAndCallees();
|
| var tree = cpuProfile.loadCodeTree('exclusive');
|
|
|