chromium/v8/test/unittests/compiler/zone-stats-unittest.cc

// Copyright 2014 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 "src/compiler/zone-stats.h"
#include "src/base/utils/random-number-generator.h"
#include "test/unittests/test-utils.h"

namespace v8 {
namespace internal {
namespace compiler {

class ZoneStatsTest : public TestWithPlatform {};

TEST_F(ZoneStatsTest, Empty) {}

TEST_F(ZoneStatsTest, MultipleZonesWithDeletion) {}

TEST_F(ZoneStatsTest, SimpleAllocationLoop) {}

}  // namespace compiler
}  // namespace internal
}  // namespace v8