| Index: runtime/vm/dart_api_impl_test.cc
|
| diff --git a/runtime/vm/dart_api_impl_test.cc b/runtime/vm/dart_api_impl_test.cc
|
| index 309c0f96c3a437191e071fafe463ee86b859ceef..1f98a9fb307f24c9e11c7fdb7ce53cbc63731f68 100644
|
| --- a/runtime/vm/dart_api_impl_test.cc
|
| +++ b/runtime/vm/dart_api_impl_test.cc
|
| @@ -1303,7 +1303,8 @@ class GCTestHelper : public AllStatic {
|
| public:
|
| static void CollectNewSpace(Heap::ApiCallbacks api_callbacks) {
|
| bool invoke_api_callbacks = (api_callbacks == Heap::kInvokeApiCallbacks);
|
| - Isolate::Current()->heap()->new_space_->Scavenge(invoke_api_callbacks);
|
| + Isolate::Current()->heap()->new_space_->Scavenge(invoke_api_callbacks,
|
| + "test case");
|
| }
|
| };
|
|
|
|
|