Adjusted for the new TestRunner test class. This replaces %gcc and %g++ with
authorJohn Criswell <criswell@uiuc.edu>
Tue, 30 Sep 2003 19:28:26 +0000 (19:28 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 30 Sep 2003 19:28:26 +0000 (19:28 +0000)
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
test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr

index b27aef40cbd96dd2694c196188d2f7e4843dc8f8..3f54f5e0abe95ea6635f8eb19f74b6736a34f9c2 100644 (file)
@@ -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(); };
 
index 2e82b46affe025071d53f1abd052da22a4da624d..beba66e338d6ce32ee8b9d0b13ca0af84f7e008f 100644 (file)
@@ -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();