diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-09-30 19:28:26 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-09-30 19:28:26 +0000 |
| commit | 5c3a3d39e94aa23d67c66ec1ca2d70716e731eaa (patch) | |
| tree | e97e7ef0eb8f63ffd9998ca777e052f1999b0698 /llvm/test/Regression/C++Frontend | |
| parent | c6bf1422a944353d1dab8840c1dd3c995e5fd074 (diff) | |
| download | bcm5719-llvm-5c3a3d39e94aa23d67c66ec1ca2d70716e731eaa.tar.gz bcm5719-llvm-5c3a3d39e94aa23d67c66ec1ca2d70716e731eaa.zip | |
Adjusted for the new TestRunner test class. This replaces %gcc and %g++ with
the names of the LLVM C and C++ frontends, respectively.
llvm-svn: 8789
Diffstat (limited to 'llvm/test/Regression/C++Frontend')
| -rw-r--r-- | llvm/test/Regression/C++Frontend/2003-08-24-Cleanup.cpp.tr | 2 | ||||
| -rw-r--r-- | llvm/test/Regression/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/C++Frontend/2003-08-24-Cleanup.cpp.tr b/llvm/test/Regression/C++Frontend/2003-08-24-Cleanup.cpp.tr index b27aef40cbd..3f54f5e0abe 100644 --- a/llvm/test/Regression/C++Frontend/2003-08-24-Cleanup.cpp.tr +++ b/llvm/test/Regression/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/llvm/test/Regression/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr b/llvm/test/Regression/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr index 2e82b46affe..beba66e338d 100644 --- a/llvm/test/Regression/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr +++ b/llvm/test/Regression/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(); |

