chromium/v8/test/unittests/utils/locked-queue-unittest.cc

// Copyright 2015 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/utils/locked-queue-inl.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

Record;

}  // namespace

namespace v8 {
namespace internal {

TEST(LockedQueue, ConstructorEmpty) {}

TEST(LockedQueue, SingleRecordEnqueueDequeue) {}

TEST(LockedQueue, Peek) {}

TEST(LockedQueue, PeekOnEmpty) {}

TEST(LockedQueue, MultipleRecords) {}

}  // namespace internal
}  // namespace v8