aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2003-10-21-ConflictingTypesTolerance.ll')
-rw-r--r--test/Linker/2003-10-21-ConflictingTypesTolerance.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Linker/2003-10-21-ConflictingTypesTolerance.ll b/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
index afc8f46..db098d6 100644
--- a/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
+++ b/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s > %t.out1.bc
-; RUN: echo "%S = type [8 x int] external global %S " | llvm-as > %t.out2.bc
+; RUN: llvm-upgrade < %s | llvm-as > %t.out1.bc
+; RUN: echo "%S = type [8 x int] external global %S " | llvm-upgrade | llvm-as > %t.out2.bc
; RUN: llvm-link %t.out[12].bc | llvm-dis | grep %S | grep '{'
%S = type { int }