From: Chris Lattner Date: Tue, 22 Jan 2008 05:31:58 +0000 (+0000) Subject: update this test to pass with duncan's change. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3b8ea6e0a88c03988ab8f4079a38969608a26434;p=oota-llvm.git 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 --- diff --git a/test/Verifier/byval-2.ll b/test/Verifier/byval-2.ll index 19d49bbd5dd..43cea4ee1ec 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)