forked from OSchip/llvm-project
Fix a typo in the name of a tooling unit test
llvm-svn: 173658
This commit is contained in:
parent
2109f23000
commit
1d3e3d70ad
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue