diff options
author | Nico Weber <nicolasweber@gmx.de> | 2013-01-12 22:51:13 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2013-01-12 22:51:13 +0000 |
commit | ea86563962102149609f6442491d884bc337a175 (patch) | |
tree | b3f25f0f142883811c0dd4b9496d58186cac8c20 /unittests/Format/FormatTest.cpp | |
parent | e8ccc81a9f66361450148338b8457dd2c6ad11de (diff) |
Formatter: Remove debugging junk I accidentally landed in r172333.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172334 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 cba25fcf8f..758bb3e967 100644 --- a/unittests/Format/FormatTest.cpp +++ b/unittests/Format/FormatTest.cpp @@ -1544,9 +1544,6 @@ TEST_F(FormatTest, FormatObjCMethodExpr) { " if ((self = [super initWithContentRect:contentRect styleMask:styleMask\n" " backing:NSBackingStoreBuffered defer:YES]))"); - verifyFormat("[foo setasdfasdffffffffffffadfasdfasdf:\n" - " [bar dowith:asdfdsfasdfasdfasfasfasfsafasdfsfad]];"); - verifyFormat("[foo checkThatBreakingAfterColonWorksOk:\n" " [bar ifItDoes:reduceOverallLineLengthLikeInThisCase]];"); |