chromium/v8/test/unittests/compiler/sloppy-equality-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 "test/common/flag-utils.h"
#include "test/common/node-observer-tester.h"
#include "test/unittests/test-utils.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace v8 {
namespace internal {
namespace compiler {

using SloppyEqualityTest = TestWithContextAndZone;

struct TestCase {};

class TestSloppyEqualityFactory {};

TEST_F(SloppyEqualityTest, SloppyEqualityTest) {}

}  // namespace compiler
}  // namespace internal
}  // namespace v8