From d35b758e7cf23843800136050c568943eabd1180 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 16 Mar 2004 05:17:07 +0000 Subject: [PATCH] foo bug291 bar PR 291 llvm-svn: 12430 --- test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp b/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp index 4a7715d53eb..fc5ba356178 100644 --- a/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp +++ b/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp @@ -1,5 +1,4 @@ // Testcase from Bug 291 - struct X { ~X(); };