[LLDB] Unit tests / typo fix

removing unnecessary comma.

llvm-svn: 334177
This commit is contained in:
David Carlier 2018-06-07 08:58:34 +00:00
parent 6138b78672
commit 58d05a4d5f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void TestGetTypeScopeAndBasenameHelper(const char *full_type,
EXPECT_EQ(name, expected_name);
}
}
};
}
TEST(Type, GetTypeScopeAndBasename) {
TestGetTypeScopeAndBasenameHelper("int", false, "", "");