diff options
author | Daniel Jasper <djasper@google.com> | 2013-02-14 08:45:14 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-02-14 08:45:14 +0000 |
commit | 31672fb8c3fd3410725c9a4f293810ab69889020 (patch) | |
tree | a0af32fae194aff87a59f6fd78f54d6f02b038b0 /unittests/Format/FormatTest.cpp | |
parent | 6cabab48dacc1317821f8f078ed2d4c603b67aff (diff) |
Remove accidentally committed empty test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Format/FormatTest.cpp')
-rw-r--r-- | unittests/Format/FormatTest.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unittests/Format/FormatTest.cpp b/unittests/Format/FormatTest.cpp index b30e0deb56..d5e3c24545 100644 --- a/unittests/Format/FormatTest.cpp +++ b/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) {}", |