diff options
-rw-r--r-- | test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp | 1 |
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(); }; |