summaryrefslogtreecommitdiff
path: root/test/Verifier
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-22 05:31:58 +0000
committerChris Lattner <sabre@nondot.org>2008-01-22 05:31:58 +0000
commit3b8ea6e0a88c03988ab8f4079a38969608a26434 (patch)
treecd0037f1356cd3d44424266ea998c384e5f5945c /test/Verifier
parent05a3e8aa4d77c59e4adffaf65d17ff44550d4997 (diff)
downloadllvm-3b8ea6e0a88c03988ab8f4079a38969608a26434.tar.gz
llvm-3b8ea6e0a88c03988ab8f4079a38969608a26434.tar.bz2
llvm-3b8ea6e0a88c03988ab8f4079a38969608a26434.tar.xz
update this test to pass with duncan's change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46246 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Verifier')
-rw-r--r--test/Verifier/byval-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/byval-2.ll b/test/Verifier/byval-2.ll
index 19d49bbd5d..43cea4ee1e 100644
--- a/test/Verifier/byval-2.ll
+++ b/test/Verifier/byval-2.ll
@@ -1,3 +1,3 @@
-; RUN: not llvm-as < %s -o /dev/null -f
+; RUN: llvm-as < %s -o /dev/null -f
%s = type opaque
declare void @h(%s* byval %num)