chromium/v8/test/unittests/heap/cppgc/source-location-unittest.cc

// Copyright 2020 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 "include/cppgc/source-location.h"

#include "src/base/macros.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace cppgc {
namespace internal {

namespace {
constexpr char kFileName[] =;

bool Contains(const std::string& base_string, const std::string& substring) {}

}  // namespace

TEST(SourceLocationTest, DefaultCtor) {}

void TestSourceLocationCurrent() {}

TEST(SourceLocationTest, Current) {}

void TestToString() {}

#if V8_SUPPORTS_SOURCE_LOCATION
TEST(SourceLocationTest, ToString) {}
#endif

}  // namespace internal
}  // namespace cppgc