llvm/lldb/unittests/Core/SourceManagerTest.cpp

//===-- SourceManagerTest.cpp ---------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "lldb/Core/SourceManager.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Utility/SupportFile.h"
#include "gtest/gtest.h"

#include "TestingSupport/MockTildeExpressionResolver.h"

usingnamespacelldb;
usingnamespacelldb_private;

class SourceFileCache : public ::testing::Test {};

TEST_F(SourceFileCache, FindSourceFileFound) {}

TEST_F(SourceFileCache, FindSourceFileNotFound) {}

TEST_F(SourceFileCache, FindSourceFileByUnresolvedPath) {}