Removing these tests from the regressions directory.
authorJohn Criswell <criswell@uiuc.edu>
Fri, 26 Sep 2003 14:58:39 +0000 (14:58 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 26 Sep 2003 14:58:39 +0000 (14:58 +0000)
commit91d66aa243c7075e05c06c9382b505c3293769e4
treeced6efff9c2d0012708d96a2a69bd62798c3a2d7
parent67181ca7f67cd2959ee5d1d583d8b7e179f44d96
Removing these tests from the regressions directory.
They now live in llvm/test/Programs/SingleSource/Regression alongside their
UnitTest brethren.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8722 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
test/C++Frontend/2003-05-14-array-init.cpp [deleted file]
test/C++Frontend/2003-05-14-expr_stmt.cpp [deleted file]
test/C++Frontend/2003-05-14-initialize-string.c [deleted file]
test/C++Frontend/2003-05-21-BitfieldHandling.c [deleted file]
test/C++Frontend/2003-05-21-UnionBitfields.c [deleted file]
test/C++Frontend/2003-05-21-UnionTest.c [deleted file]
test/C++Frontend/2003-05-22-LocalTypeTest.c [deleted file]
test/C++Frontend/2003-05-22-VarSizeArray.c [deleted file]
test/C++Frontend/2003-05-23-TransparentUnion.c [deleted file]
test/C++Frontend/2003-06-08-BaseType.cpp [deleted file]
test/C++Frontend/2003-06-08-VirtualFunctions.cpp [deleted file]
test/C++Frontend/2003-06-13-Crasher.cpp [deleted file]
test/C++Frontend/2003-06-16-InvalidInitializer.c [deleted file]
test/C++Frontend/2003-06-16-VolatileError.c [deleted file]
test/C++Frontend/2003-08-20-EnumSizeProblem.cpp [deleted file]
test/C++Frontend/ConstructorDestructorAttributes.c [deleted file]
test/C++Frontend/global_ctor.cpp [deleted file]
test/C++Frontend/global_type.cpp [deleted file]
test/C++Frontend/pointer_arithmetic.c [deleted file]
test/C++Frontend/pointer_member.cpp [deleted file]
test/C++Frontend/pointer_method.cpp [deleted file]