X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2003-11-18-TypeResolution.ll;h=e7b15fa6b59f43cdf4985fe3480ce7112c63e73c;hb=e2995ff88f922cd9004ef6cae7b444b615808c0e;hp=d3152eda8e986a2bb883f183672756a2cebdcdcf;hpb=ceca194c4355224723b309a3a27c5e5bc19cb6fc;p=oota-llvm.git diff --git a/test/Linker/2003-11-18-TypeResolution.ll b/test/Linker/2003-11-18-TypeResolution.ll index d3152eda8e9..e7b15fa6b59 100644 --- a/test/Linker/2003-11-18-TypeResolution.ll +++ b/test/Linker/2003-11-18-TypeResolution.ll @@ -5,7 +5,7 @@ ; own. ; RUN: llvm-as < %s > %t.out2.bc -; RUN: echo "%T1 = type opaque @GVar = external global %T1*" | llvm-as > %t.out1.bc +; RUN: echo "%%T1 = type opaque @GVar = external global %%T1*" | llvm-as > %t.out1.bc ; RUN: llvm-link %t.out1.bc %t.out2.bc %T1 = type opaque