#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) { … }