diff options
author | Nico Weber <nicolasweber@gmx.de> | 2013-01-10 23:12:29 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2013-01-10 23:12:29 +0000 |
commit | 8e2999cd4cfcf6447ca1f6e41d5707305e2d8dd0 (patch) | |
tree | 2d1988ea4656882a3e88ea0668b67b5c1dc10206 /unittests/Format/FormatTest.cpp | |
parent | cd52bdaaf076b0082c07c6b3d88937fb737054f1 (diff) |
Formatter: Remove a fixme, Jordy says @synthesize is good as is.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172141 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Format/FormatTest.cpp')
-rw-r--r-- | unittests/Format/FormatTest.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unittests/Format/FormatTest.cpp b/unittests/Format/FormatTest.cpp index 1d6cff152d..7740e10b14 100644 --- a/unittests/Format/FormatTest.cpp +++ b/unittests/Format/FormatTest.cpp @@ -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_;"); |