forked from OSchip/llvm-project
[LLDB] Unit tests / typo fix
removing unnecessary comma. llvm-svn: 334177
This commit is contained in:
parent
6138b78672
commit
58d05a4d5f
|
@ -30,7 +30,7 @@ void TestGetTypeScopeAndBasenameHelper(const char *full_type,
|
|||
EXPECT_EQ(name, expected_name);
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
TEST(Type, GetTypeScopeAndBasename) {
|
||||
TestGetTypeScopeAndBasenameHelper("int", false, "", "");
|
||||
|
|
Loading…
Reference in New Issue