Fix spelling and grammar in a comment.
[oota-llvm.git] / test / Verifier / byval-2.ll
index 56b8a27d1f580ba32a3a0418c5ecca2696c78485..d7bfedfcd6a6ea9c712bd878daa11e210fe5e874 100644 (file)
@@ -1,2 +1,3 @@
-; RUN: not llvm-as < %s -o /dev/null -f
-declare void @h(i32* %num) byval
+; RUN: llvm-as %s -o /dev/null -f
+       %s = type opaque
+declare void @h(%s* byval %num)