From: Chris Lattner Date: Tue, 16 Mar 2004 05:17:07 +0000 (+0000) Subject: foo bug291 bar PR 291 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=52cac3c555f2477c773a9fab11b27f589f91ecc2;p=oota-llvm.git foo bug291 bar PR 291 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12430 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 4a7715d53eb..fc5ba356178 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(); };