| Index: test/cctest/heap/test-heap.cc
|
| diff --git a/test/cctest/heap/test-heap.cc b/test/cctest/heap/test-heap.cc
|
| index 4387e11e479e983cfd342ec644ef73cae470856a..ee3cad262a4a9ca818d31f9e82834de83f0b9246 100644
|
| --- a/test/cctest/heap/test-heap.cc
|
| +++ b/test/cctest/heap/test-heap.cc
|
| @@ -5583,8 +5583,7 @@ static void RequestInterrupt(const v8::FunctionCallbackInfo<v8::Value>& args) {
|
| CcTest::isolate()->RequestInterrupt(&InterruptCallback357137, NULL);
|
| }
|
|
|
| -
|
| -UNINITIALIZED_TEST(Regress538257) {
|
| +HEAP_TEST(Regress538257) {
|
| i::FLAG_manual_evacuation_candidates_selection = true;
|
| v8::Isolate::CreateParams create_params;
|
| // Set heap limits.
|
|
|