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
This commit is contained in:
Chris Lattner 2008-01-22 05:31:58 +00:00
parent 05a3e8aa4d
commit 3b8ea6e0a8

View 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)