From e003b78e37d26b20d28dd8d09ec89cc82c4adb4d Mon Sep 17 00:00:00 2001 From: Daniel Jasper Date: Tue, 28 Oct 2014 16:29:56 +0000 Subject: [PATCH] clang-format: Fix test after recent flag change. llvm-svn: 220781 --- clang/unittests/Format/FormatTestJava.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.7.4