summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/2003-10-27-LinkOncePromote.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 18:11:57 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 18:11:57 +0000
commit6c38d9420100106870e53f03dba7ade77ab62f06 (patch)
treedd42f64d922aabb9680f94fed3f46174cedcc135 /llvm/test/Linker/2003-10-27-LinkOncePromote.ll
parent5dff5ed7f779f6f4c66400aebd4d6fa2d2dca777 (diff)
downloadbcm5719-llvm-6c38d9420100106870e53f03dba7ade77ab62f06.tar.gz
bcm5719-llvm-6c38d9420100106870e53f03dba7ade77ab62f06.zip
For PR1319: Upgrade to new test harness
llvm-svn: 36073
Diffstat (limited to 'llvm/test/Linker/2003-10-27-LinkOncePromote.ll')
-rw-r--r--llvm/test/Linker/2003-10-27-LinkOncePromote.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/2003-10-27-LinkOncePromote.ll b/llvm/test/Linker/2003-10-27-LinkOncePromote.ll
index 617e5c6ebda..a4e5aa6cdd9 100644
--- a/llvm/test/Linker/2003-10-27-LinkOncePromote.ll
+++ b/llvm/test/Linker/2003-10-27-LinkOncePromote.ll
@@ -3,6 +3,6 @@
; RUN: echo "%X = global int 7" | llvm-upgrade | llvm-as > %t.2.bc
; RUN: llvm-upgrade < %s | llvm-as > %t.1.bc
-; RUN: llvm-link %t.[12].bc
+; RUN: llvm-link %t.1.bc %t.2.bc
%X = linkonce global int 7
OpenPOWER on IntegriCloud