All 'llvmgcc' tests should specify %llvmgcc so that the path is passed
in by qmtest.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9757 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CFrontend/2003-11-03-AddrArrayElement.c.tr b/test/CFrontend/2003-11-03-AddrArrayElement.c.tr
index 8a38b38..ed3fc1a 100644
--- a/test/CFrontend/2003-11-03-AddrArrayElement.c.tr
+++ b/test/CFrontend/2003-11-03-AddrArrayElement.c.tr
@@ -1,4 +1,4 @@
-// RUN: llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr
+// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr
 
 // This should be turned into a tasty getelementptr instruction, not a nasty
 // series of casts and address arithmetic.