chromium/v8/test/unittests/utils/sparse-bit-vector-unittest.cc

// Copyright 2022 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/sparse-bit-vector.h"

#include <vector>

#include "test/unittests/test-utils.h"
#include "testing/gmock-support.h"
#include "testing/gtest-support.h"

namespace v8::internal {

ElementsAre;

namespace {
class SparseBitVectorBuilder {};
}  // namespace

class SparseBitVectorTest : public TestWithZone {};

TEST_F(SparseBitVectorTest, ConstructionAndIteration) {}

TEST_F(SparseBitVectorTest, Contains) {}

TEST_F(SparseBitVectorTest, Remove) {}

}  // namespace v8::internal