From 2bcb2deba26dfe753dfa9465940530cb36675d74 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 30 Sep 2003 19:28:26 +0000 Subject: [PATCH] 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 --- test/C++Frontend/2003-08-24-Cleanup.cpp.tr | 2 +- test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr b/test/C++Frontend/2003-08-24-Cleanup.cpp.tr index b27aef40cbd..3f54f5e0abe 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(); }; diff --git a/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr b/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr index 2e82b46affe..beba66e338d 100644 --- a/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr +++ b/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr @@ -1,5 +1,5 @@ -// RUN: llvmgcc -xc++ -c -o /dev/null %s 2>&1 | not grep WARNING +// RUN: %gcc -xc++ -c -o /dev/null %s 2>&1 | not grep WARNING struct iterator { iterator();