Fix0r a test that mistakenly used %llvmg++ instead of %llvmgxx.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10118 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2003-11-20 19:51:11 +00:00
parent 6c024c4bcd
commit a3382bdccc

View 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 { struct foo {
int array[100]; int array[100];