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)
llvm-svn: 220781

clang/unittests/Format/FormatTestJava.cpp

index f114ca2..c957589 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) {