diff --git a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr b/test/C++Frontend/2003-08-24-Cleanup.cpp.tr index 3f54f5e0abe..ab0d1a0d11c 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: %gxx -xc++ %s -c -o - | llvm-dis | grep unwind +// RUN: %llvmgxx -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 beba66e338d..ddb0dcec8c4 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: %gcc -xc++ -c -o /dev/null %s 2>&1 | not grep WARNING +// RUN: %llvmgcc -xc++ -c -o /dev/null %s 2>&1 | not grep WARNING struct iterator { iterator();