From: Chris Lattner Date: Tue, 16 Mar 2004 05:16:05 +0000 (+0000) Subject: PR291 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ad32064a0e81ba849ecb241192c81064c1c20aa1;p=oota-llvm.git PR291 Bug 291! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12429 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp b/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp index fc5ba356178..4a7715d53eb 100644 --- a/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp +++ b/test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp @@ -1,4 +1,5 @@ // Testcase from Bug 291 + struct X { ~X(); };