r175148 - Remove accidentally committed empty test.
Daniel Jasper
djasper at google.com
Thu Feb 14 00:45:15 PST 2013
Author: djasper
Date: Thu Feb 14 02:45:14 2013
New Revision: 175148
URL: http://llvm.org/viewvc/llvm-project?rev=175148&view=rev
Log:
Remove accidentally committed empty test.
Modified:
cfe/trunk/unittests/Format/FormatTest.cpp
Modified: cfe/trunk/unittests/Format/FormatTest.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Format/FormatTest.cpp?rev=175148&r1=175147&r2=175148&view=diff
==============================================================================
--- cfe/trunk/unittests/Format/FormatTest.cpp (original)
+++ cfe/trunk/unittests/Format/FormatTest.cpp Thu Feb 14 02:45:14 2013
@@ -1037,9 +1037,6 @@ TEST_F(FormatTest, PreventConfusingInden
" ddd);");
}
-TEST_F(FormatTest, Inheritance) {
-}
-
TEST_F(FormatTest, ConstructorInitializers) {
verifyFormat("Constructor() : Initializer(FitsOnTheLine) {}");
verifyFormat("Constructor() : Inttializer(FitsOnTheLine) {}",
More information about the cfe-commits
mailing list