Formatter: Remove a fixme, Jordy says @synthesize is good as is.
authorNico Weber <nicolasweber@gmx.de>
Thu, 10 Jan 2013 23:12:29 +0000 (23:12 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 10 Jan 2013 23:12:29 +0000 (23:12 +0000)
llvm-svn: 172141

clang/unittests/Format/FormatTest.cpp

index 1d6cff1..7740e10 100644 (file)
@@ -1459,9 +1459,6 @@ TEST_F(FormatTest, ObjCSnippets) {
                "  f();\n"
                "}");
 
-  // FIXME: Some Apple code examples don't have spaces around '=' for
-  // @synthesize, decide if that's desired or not in LLVM style. Google style
-  // definitely wants spaces.
   verifyFormat("@synthesize dropArrowPosition = dropArrowPosition_;");
   verifyGoogleFormat("@synthesize dropArrowPosition = dropArrowPosition_;");