]> granicus.if.org Git - clang/commitdiff
clang-format: Fix test after recent flag change.
authorDaniel Jasper <djasper@google.com>
Tue, 28 Oct 2014 16:29:56 +0000 (16:29 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 28 Oct 2014 16:29:56 +0000 (16:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220781 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Format/FormatTestJava.cpp

index f114ca28610cf07de165ba75646743681712a6fe..c95758923428ef59a47ab6d022cd5c16b8ae65de 100644 (file)
@@ -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) {