summaryrefslogtreecommitdiff
path: root/test/Linker/2003-10-27-LinkOncePromote.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-27 16:30:29 +0000
committerChris Lattner <sabre@nondot.org>2003-10-27 16:30:29 +0000
commit27684c8f014cbb3541da6e1cdf827002bd3dbf50 (patch)
tree2f516761a3ede7afe707ea9b4d7eefd9d117b1e3 /test/Linker/2003-10-27-LinkOncePromote.ll
parent31687702abdee9b1d143705fca99e093dacb5024 (diff)
downloadllvm-27684c8f014cbb3541da6e1cdf827002bd3dbf50.tar.gz
llvm-27684c8f014cbb3541da6e1cdf827002bd3dbf50.tar.bz2
llvm-27684c8f014cbb3541da6e1cdf827002bd3dbf50.tar.xz
Fix initializers to match
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/2003-10-27-LinkOncePromote.ll')
-rw-r--r--test/Linker/2003-10-27-LinkOncePromote.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2003-10-27-LinkOncePromote.ll b/test/Linker/2003-10-27-LinkOncePromote.ll
index 4f68c78474..e726222f69 100644
--- a/test/Linker/2003-10-27-LinkOncePromote.ll
+++ b/test/Linker/2003-10-27-LinkOncePromote.ll
@@ -1,7 +1,7 @@
; The linker should merge link-once globals into strong external globals,
; just like it does for weak symbols!
-; RUN: echo "%X = global int 8" | llvm-as > %t.2.bc
+; RUN: echo "%X = global int 7" | llvm-as > %t.2.bc
; RUN: llvm-as < %s > %t.1.bc
; RUN: llvm-link %t.[12].bc