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(); };