aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-03-16 05:17:07 +0000
committerChris Lattner <sabre@nondot.org>2004-03-16 05:17:07 +0000
commit52cac3c555f2477c773a9fab11b27f589f91ecc2 (patch)
tree593295e2902c76f3bdc14073da4fa3fe5853b370
parentad32064a0e81ba849ecb241192c81064c1c20aa1 (diff)
foo bug291 bar PR 291
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12430 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp b/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
index 4a7715d53e..fc5ba35617 100644
--- a/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
+++ b/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
@@ -1,5 +1,4 @@
// Testcase from Bug 291
-
struct X {
~X();
};