chromium/v8/test/unittests/base/doubly-threaded-list-unittest.cc

// Copyright 2023 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/base/doubly-threaded-list.h"

#include "src/base/vector.h"
#include "test/unittests/test-utils.h"

namespace v8::base {

class DoublyThreadedListTest : public TestWithPlatform {};

TEST_F(DoublyThreadedListTest, BasicTest) {}

TEST_F(DoublyThreadedListTest, IteratorTest) {}

}  // namespace v8::base