r220781 - clang-format: Fix test after recent flag change.

Daniel Jasper djasper at google.com
Tue Oct 28 09:29:56 PDT 2014


Author: djasper
Date: Tue Oct 28 11:29:56 2014
New Revision: 220781

URL: http://llvm.org/viewvc/llvm-project?rev=220781&view=rev
Log:
clang-format: Fix test after recent flag change.

Modified:
    cfe/trunk/unittests/Format/FormatTestJava.cpp

Modified: cfe/trunk/unittests/Format/FormatTestJava.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Format/FormatTestJava.cpp?rev=220781&r1=220780&r2=220781&view=diff
==============================================================================
--- cfe/trunk/unittests/Format/FormatTestJava.cpp (original)
+++ cfe/trunk/unittests/Format/FormatTestJava.cpp Tue Oct 28 11:29:56 2014
@@ -62,7 +62,7 @@ TEST_F(FormatTestJava, ClassDeclarations
 
 TEST_F(FormatTestJava, ThrowsDeclarations) {
   verifyFormat("public void doSooooooooooooooooooooooooooomething()\n"
-               "    throws LooooooooooooooooooooooooooooongException {}");
+               "    throws LooooooooooooooooooooooooooooongException {\n}");
 }
 
 TEST_F(FormatTestJava, Annotations) {





More information about the cfe-commits mailing list