Formatter: Remove a fixme, Jordy says @synthesize is good as is.

llvm-svn: 172141
This commit is contained in:
Nico Weber 2013-01-10 23:12:29 +00:00
parent 9efe291fa8
commit 71f95e05ec
1 changed files with 0 additions and 3 deletions

View 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_;");