forked from OSchip/llvm-project
Formatter: Remove a fixme, Jordy says @synthesize is good as is.
llvm-svn: 172141
This commit is contained in:
parent
9efe291fa8
commit
71f95e05ec
|
@ -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_;");
|
||||
|
||||
|
|
Loading…
Reference in New Issue