From: Daniel Jasper Date: Tue, 28 Oct 2014 16:29:56 +0000 (+0000) Subject: clang-format: Fix test after recent flag change. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e003b78e37d26b20d28dd8d09ec89cc82c4adb4d;p=platform%2Fupstream%2Fllvm.git clang-format: Fix test after recent flag change. llvm-svn: 220781 --- diff --git a/clang/unittests/Format/FormatTestJava.cpp b/clang/unittests/Format/FormatTestJava.cpp index f114ca2..c957589 100644 --- a/clang/unittests/Format/FormatTestJava.cpp +++ b/clang/unittests/Format/FormatTestJava.cpp @@ -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) {