summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestJava.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/Format/FormatTestJava.cpp')
-rw-r--r--clang/unittests/Format/FormatTestJava.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/Format/FormatTestJava.cpp b/clang/unittests/Format/FormatTestJava.cpp
index cf48a7a11d1..a4e9396b0d8 100644
--- a/clang/unittests/Format/FormatTestJava.cpp
+++ b/clang/unittests/Format/FormatTestJava.cpp
@@ -57,6 +57,7 @@ TEST_F(FormatTestJava, ClassDeclarations) {
" int j;\n"
" }\n"
"}");
+ verifyFormat("public class A extends B.C {}");
}
TEST_F(FormatTestJava, ThrowsDeclarations) {
OpenPOWER on IntegriCloud