summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-02-14 08:45:14 +0000
committerDaniel Jasper <djasper@google.com>2013-02-14 08:45:14 +0000
commitb315ede9c1ba39debd7a5280faaf32d7526fa017 (patch)
tree97011e0f1645d5f365bf336adb634d99f7dc4679
parenteead02b1b51770872c50c7c6176210fdab4a78f9 (diff)
downloadbcm5719-llvm-b315ede9c1ba39debd7a5280faaf32d7526fa017.tar.gz
bcm5719-llvm-b315ede9c1ba39debd7a5280faaf32d7526fa017.zip
Remove accidentally committed empty test.
llvm-svn: 175148
-rw-r--r--clang/unittests/Format/FormatTest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/unittests/Format/FormatTest.cpp b/clang/unittests/Format/FormatTest.cpp
index b30e0deb56b..d5e3c24545a 100644
--- a/clang/unittests/Format/FormatTest.cpp
+++ b/clang/unittests/Format/FormatTest.cpp
@@ -1037,9 +1037,6 @@ TEST_F(FormatTest, PreventConfusingIndents) {
" ddd);");
}
-TEST_F(FormatTest, Inheritance) {
-}
-
TEST_F(FormatTest, ConstructorInitializers) {
verifyFormat("Constructor() : Initializer(FitsOnTheLine) {}");
verifyFormat("Constructor() : Inttializer(FitsOnTheLine) {}",
OpenPOWER on IntegriCloud