Adding RUN lines.
[oota-llvm.git] / test / Verifier / 2002-11-05-GetelementptrPointers.ll
index 067623c5ba0c97c3df157ae87f45200a183545b4..db3f766a73ee37a09d40e8ef4c7e7f813a1f00ad 100644 (file)
@@ -1,3 +1,5 @@
+; RUN: not llvm-as -f %s -o /dev/null
+
 ; This testcase is invalid because we are indexing into a pointer that is 
 ; contained WITHIN a structure.