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) {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to