aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTestJava.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-11-03 15:42:11 +0000
committerDaniel Jasper <djasper@google.com>2014-11-03 15:42:11 +0000
commit82f9df9eb41b27ec4d5884c6d1a20acb7621be51 (patch)
tree93a95663bb8b64d728d8e9f1b3dd653e4019035d /clang/unittests/Format/FormatTestJava.cpp
parent269a275cb45588b968e9901b7e74fcb2190c6e3b (diff)
downloadllvm-82f9df9eb41b27ec4d5884c6d1a20acb7621be51.zip
llvm-82f9df9eb41b27ec4d5884c6d1a20acb7621be51.tar.gz
llvm-82f9df9eb41b27ec4d5884c6d1a20acb7621be51.tar.bz2
Revert "clang-format: [Java] Allow trailing semicolons after enums."
This reverts commit b5bdb2ef59ab922bcb4d6e843fffaee1f7f68a8c. This doesn't really seem necessary on second though and causes problems with C++ enum formatting. llvm-svn: 221158
Diffstat (limited to 'clang/unittests/Format/FormatTestJava.cpp')
-rw-r--r--clang/unittests/Format/FormatTestJava.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/unittests/Format/FormatTestJava.cpp b/clang/unittests/Format/FormatTestJava.cpp
index f2bead3..591d1f3 100644
--- a/clang/unittests/Format/FormatTestJava.cpp
+++ b/clang/unittests/Format/FormatTestJava.cpp
@@ -86,7 +86,6 @@ TEST_F(FormatTestJava, ClassDeclarations) {
TEST_F(FormatTestJava, EnumDeclarations) {
verifyFormat("enum SomeThing { ABC, CDE }");
- verifyFormat("enum SomeThing { ABC, CDE };");
verifyFormat("enum SomeThing {\n"
" ABC,\n"
" CDE,\n"