From d8734cf9162bc74b3c7603e4e81cb04a983bd444 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 29 May 2008 19:17:15 +0000 Subject: For PR1338: Rename test dirs llvm-svn: 51695 --- llvm/test/C++Frontend/2003-08-31-StructLayout.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 llvm/test/C++Frontend/2003-08-31-StructLayout.cpp (limited to 'llvm/test/C++Frontend/2003-08-31-StructLayout.cpp') diff --git a/llvm/test/C++Frontend/2003-08-31-StructLayout.cpp b/llvm/test/C++Frontend/2003-08-31-StructLayout.cpp deleted file mode 100644 index 99d66826622..00000000000 --- a/llvm/test/C++Frontend/2003-08-31-StructLayout.cpp +++ /dev/null @@ -1,16 +0,0 @@ -// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null - -// There is a HOLE in the derived2 object due to not wanting to place the two -// baseclass instances at the same offset! - -struct baseclass {}; - -class derived1 : public baseclass { - void * NodePtr; -}; - -class derived2 : public baseclass { - derived1 current; -}; - -derived2 RI; -- cgit v1.2.3