chromium/v8/test/unittests/compiler/turboshaft/snapshot-table-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/compiler/turboshaft/snapshot-table.h"

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

namespace v8::internal::compiler::turboshaft {

class SnapshotTableTest : public TestWithPlatform {};

TEST_F(SnapshotTableTest, BasicTest) {}

TEST_F(SnapshotTableTest, KeyData) {}

TEST_F(SnapshotTableTest, ChangeCallback) {}

TEST_F(SnapshotTableTest, ChangeTrackingSnapshotTable) {}

}  // namespace v8::internal::compiler::turboshaft