Adjusted for the new TestRunner test class.  This replaces %gcc and %g++ with
the names of the LLVM C and C++ frontends, respectively.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8789 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr b/test/C++Frontend/2003-08-24-Cleanup.cpp.tr
index b27aef4..3f54f5e 100644
--- a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr
+++ b/test/C++Frontend/2003-08-24-Cleanup.cpp.tr
@@ -1,4 +1,4 @@
-// RUN: llvmg++ -xc++ %s -c -o - | llvm-dis | grep unwind
+// RUN: %gxx -xc++ %s -c -o - | llvm-dis | grep unwind
 
 struct S { ~S(); };