chromium/v8/test/unittests/api/gc-callbacks-unittest.cc

// Copyright 2017 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 "test/unittests/heap/heap-utils.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace v8 {
namespace {

namespace {

class GCCallbacksTest : public internal::TestWithHeapInternalsAndContext {};

GCCallbacksTest* GCCallbacksTest::current_test_ =;

}  // namespace

TEST_F(GCCallbacksTest, GCCallbacks) {}

}  // namespace
}  // namespace v8