Fix broken testcase

llvm-svn: 5416
This commit is contained in:
Chris Lattner 2003-01-23 19:52:48 +00:00
parent 07f6e9fc4d
commit 7850824e7a
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
; RUN: link Output/%s.LinkTest.bc Output/%s.bc
%work = global int 4
%test = global int* getelementptr( int* %work, uint 1)
%test = global int* getelementptr( int* %work, long 1)