llvm/lldb/unittests/Symbol/TestTypeSystem.cpp

//===-- TestTypeSystem.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 "TestingSupport/SubsystemRAII.h"
#include "lldb/Core/Module.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Symbol/TypeSystem.h"
#include "gtest/gtest.h"

usingnamespacelldb;
usingnamespacelldb_private;

class TestTypeSystemMap : public testing::Test {};

TEST_F(TestTypeSystemMap, GetTypeSystemForLanguageWithInvalidModule) {}

TEST_F(TestTypeSystemMap, GetTypeSystemForLanguageWithNoModule) {}

TEST_F(TestTypeSystemMap, GetTypeSystemForLanguageWithNoTarget) {}