Fix0r a test that mistakenly used %llvmg++ instead of %llvmgxx.
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 20 Nov 2003 19:51:11 +0000 (19:51 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 20 Nov 2003 19:51:11 +0000 (19:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10118 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr

index 410e41ceab2b17dc83b98ddf15c9c977b6d10237..9ad1b8f82f721ab6f10bc4b142cc9284bf8e0207 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmg++ -xc++ %s -c -o - | llvm-dis | grep getelementptr
+// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep getelementptr
 
 struct foo {
   int array[100];