Fix PR4484.
[oota-llvm.git] / test / Verifier / 2002-11-05-GetelementptrPointers.ll
index e37a0ffd324953fcf409ad7e3093ae242b1cbc38..1f71387ab3adac02fb238393ac3f1f15126f8927 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: not llvm-as < %s |& grep {Invalid getelementptr indices}
+; RUN: not llvm-as < %s |& grep {invalid getelementptr indices}
 
 ; This testcase is invalid because we are indexing into a pointer that is 
 ; contained WITHIN a structure.