update this test to pass with duncan's change.
authorChris Lattner <sabre@nondot.org>
Tue, 22 Jan 2008 05:31:58 +0000 (05:31 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Jan 2008 05:31:58 +0000 (05:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46246 91177308-0d34-0410-b5e6-96231b3b80d8

test/Verifier/byval-2.ll

index 19d49bbd5ddcedf0ad378680f790d74d30d5b429..43cea4ee1ec3ae437640d8f6e9c0e6bc44453fb0 100644 (file)
@@ -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)