From: Chris Lattner Date: Thu, 23 Jan 2003 19:52:48 +0000 (+0000) Subject: Fix broken testcase X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10806b66d61cb1446d3d38350159140c92463470;p=llvm Fix broken testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5416 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Linker/2002-08-20-ConstantExpr.ll b/test/Linker/2002-08-20-ConstantExpr.ll index e85b565eee3..3f1b4bf90a7 100644 --- a/test/Linker/2002-08-20-ConstantExpr.ll +++ b/test/Linker/2002-08-20-ConstantExpr.ll @@ -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)