aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTestJava.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-10-28 16:29:56 +0000
committerDaniel Jasper <djasper@google.com>2014-10-28 16:29:56 +0000
commite003b78e37d26b20d28dd8d09ec89cc82c4adb4d (patch)
tree53ee3ab88d0da1432a5779eb77108c398ffe6e5e /clang/unittests/Format/FormatTestJava.cpp
parent96fdab6eb59ae6ceda45657491564e7f97969175 (diff)
downloadllvm-e003b78e37d26b20d28dd8d09ec89cc82c4adb4d.zip
llvm-e003b78e37d26b20d28dd8d09ec89cc82c4adb4d.tar.gz
llvm-e003b78e37d26b20d28dd8d09ec89cc82c4adb4d.tar.bz2
clang-format: Fix test after recent flag change.
llvm-svn: 220781
Diffstat (limited to 'clang/unittests/Format/FormatTestJava.cpp')
-rw-r--r--clang/unittests/Format/FormatTestJava.cpp2
1 files changed, 1 insertions, 1 deletions
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) {