chromium/v8/test/unittests/heap/cppgc/liveness-broker-unittest.cc

// Copyright 2021 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 "include/cppgc/liveness-broker.h"

#include "include/cppgc/allocation.h"
#include "include/cppgc/garbage-collected.h"
#include "src/heap/cppgc/heap-object-header.h"
#include "src/heap/cppgc/liveness-broker.h"
#include "test/unittests/heap/cppgc/tests.h"

namespace cppgc {
namespace internal {

namespace {

LivenessBrokerTest;

class GCed : public GarbageCollected<GCed> {};

}  // namespace

TEST_F(LivenessBrokerTest, IsHeapObjectAliveForConstPointer) {}

TEST_F(LivenessBrokerTest, IsHeapObjectAliveNullptr) {}

}  // namespace internal
}  // namespace cppgc