summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-29 10:00:16 +0000
committerDaniel Jasper <djasper@google.com>2013-01-29 10:00:16 +0000
commit6a217e1815a8f88506d1d4a2bf3a941014b84193 (patch)
treec5c002e0b1bda653a9e626f44bc544d0910826f4 /clang/unittests/Format/FormatTest.cpp
parent73b12d7132c39f1008ba86f6f23e33f0bb8af130 (diff)
downloadbcm5719-llvm-6a217e1815a8f88506d1d4a2bf3a941014b84193.tar.gz
bcm5719-llvm-6a217e1815a8f88506d1d4a2bf3a941014b84193.zip
Reverting changes from r173785 (removing empty lines before "}").
This needs some more thinking, e.g. for namespaces, chains of if-else if, ... llvm-svn: 173787
Diffstat (limited to 'clang/unittests/Format/FormatTest.cpp')
-rw-r--r--clang/unittests/Format/FormatTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/unittests/Format/FormatTest.cpp b/clang/unittests/Format/FormatTest.cpp
index ef242d7258a..63110bbfbe0 100644
--- a/clang/unittests/Format/FormatTest.cpp
+++ b/clang/unittests/Format/FormatTest.cpp
@@ -136,7 +136,6 @@ TEST_F(FormatTest, FormatsUnwrappedLinesAtFirstFormat) {
TEST_F(FormatTest, FormatsNestedBlockStatements) {
EXPECT_EQ("{\n {\n {}\n }\n}", format("{{{}}}"));
- EXPECT_EQ("{\n {\n {}\n }\n}", format("{{{}}\n\n}"));
}
TEST_F(FormatTest, FormatsNestedCall) {
OpenPOWER on IntegriCloud