summaryrefslogtreecommitdiff
path: root/test/Linker/2003-05-15-TypeProblem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2003-05-15-TypeProblem.ll')
-rw-r--r--test/Linker/2003-05-15-TypeProblem.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Linker/2003-05-15-TypeProblem.ll b/test/Linker/2003-05-15-TypeProblem.ll
index 2c7576fe07..e914a69e34 100644
--- a/test/Linker/2003-05-15-TypeProblem.ll
+++ b/test/Linker/2003-05-15-TypeProblem.ll
@@ -2,9 +2,9 @@
; the same type to be created!
; RUN: echo {%S = type \{ %T*\} %T = type opaque} | llvm-as > %t.2.bc
-; RUN: llvm-upgrade < %s | llvm-as > %t.1.bc
+; RUN: llvm-as < %s > %t.1.bc
; RUN: llvm-link %t.1.bc %t.2.bc
-%S = type { %T* }
-%T = type int
+%S = type { i32* }
+%T = type i32