Fix a typo in the name of a tooling unit test

llvm-svn: 173658
This commit is contained in:
Hal Finkel 2013-01-28 04:37:38 +00:00
parent 2109f23000
commit 1d3e3d70ad
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ struct SkipBodyAction : public clang::ASTFrontendAction {
}
};
TEST(runToolOnCode, TestSkipFunctionBoddy) {
TEST(runToolOnCode, TestSkipFunctionBody) {
EXPECT_TRUE(runToolOnCode(new SkipBodyAction,
"int skipMe() { an_error_here }"));
EXPECT_FALSE(runToolOnCode(new SkipBodyAction,