]> granicus.if.org Git - clang/commitdiff
Fix a typo in the name of a tooling unit test
authorHal Finkel <hfinkel@anl.gov>
Mon, 28 Jan 2013 04:37:38 +0000 (04:37 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 28 Jan 2013 04:37:38 +0000 (04:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173658 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Tooling/ToolingTest.cpp

index a077c58f9fa35a7214adb9f157215d6baf0e0535..a9319f2961207b11d661787fbf642a388194aefe 100644 (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,