From 381b4504746c803d2408d0a49c4ab4b0b65e3d74 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220781 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Format/FormatTestJava.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/Format/FormatTestJava.cpp b/unittests/Format/FormatTestJava.cpp index f114ca2861..c957589234 100644 --- a/unittests/Format/FormatTestJava.cpp +++ b/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.40.0