chromium/v8/test/cctest/heap/test-pool.cc

// Copyright 2018 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <vector>

#include "src/heap/heap.h"
#include "src/heap/memory-allocator.h"
#include "src/init/v8.h"
#include "test/cctest/cctest.h"
#include "test/cctest/heap/heap-utils.h"

IdleTask;
Task;
Isolate;

namespace v8 {
namespace internal {
namespace heap {

class MockPlatformForPool : public TestPlatform {};

UNINITIALIZED_TEST(EagerDiscardingInCollectAllAvailableGarbage) {}

}  // namespace heap
}  // namespace internal
}  // namespace v8