remove a small scattering of basically pointless tests. These are
authorChris Lattner <sabre@nondot.org>
Wed, 9 Feb 2011 16:41:31 +0000 (16:41 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 9 Feb 2011 16:41:31 +0000 (16:41 +0000)
commitf18ed3853a9def03566ca44af1650c149af19711
treeac77ee495bc3fabce986a439e015fa5e2f957811
parent71f4391b2e50c4db2e97e13f902300f77a8718e7
remove a small scattering of basically pointless tests.  These are
all covered by llvm-test, which is what they were reduced from back
in 2003.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125189 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
test/FrontendC++/2003-08-20-ExceptionFail.cpp [deleted file]
test/FrontendC++/2003-08-21-EmptyClass.cpp [deleted file]
test/FrontendC++/2003-08-27-TypeNamespaces.cpp [deleted file]
test/FrontendC++/2003-08-28-ForwardType.cpp [deleted file]
test/FrontendC++/2003-08-28-SaveExprBug.cpp [deleted file]
test/FrontendC++/2003-08-29-ArgPassingBug.cpp [deleted file]
test/FrontendC++/2003-08-31-StructLayout.cpp [deleted file]
test/FrontendC++/2003-09-22-CompositeExprValue.cpp [deleted file]
test/FrontendC++/2003-09-29-ArgumentNumberMismatch.cpp [deleted file]
test/FrontendC++/2003-09-30-CommaExprBug.cpp [deleted file]
test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp [deleted file]
test/FrontendC++/2003-09-30-ForIncrementExprBug2.cpp [deleted file]
test/FrontendC++/2003-09-30-NestedFunctionDecl.cpp [deleted file]
test/FrontendC++/2003-10-17-BoolBitfields.cpp [deleted file]
test/FrontendC++/2003-10-27-VirtualBaseClassCrash.cpp [deleted file]
test/FrontendC++/2003-11-04-ArrayConstructors.cpp [deleted file]
test/FrontendC++/2003-11-04-CatchLabelName.cpp [deleted file]
test/FrontendC++/2003-11-08-ArrayAddress.cpp [deleted file]
test/FrontendC++/2003-11-18-EnumArray.cpp [deleted file]