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 74c3fee38b..163cdfddce 100644
--- a/test/Linker/2003-05-15-TypeProblem.ll
+++ b/test/Linker/2003-05-15-TypeProblem.ll
@@ -1,9 +1,9 @@
; This one fails because the LLVM runtime is allowing two null pointers of
; the same type to be created!
-; RUN: echo "%S = type { %T*} %T = type opaque" | as > %t.2.bc
-; RUN: as < %s > %t.1.bc
-; RUN: link %t.[12].bc
+; RUN: echo "%S = type { %T*} %T = type opaque" | llvm-as > %t.2.bc
+; RUN: llvm-as < %s > %t.1.bc
+; RUN: llvm-link %t.[12].bc
%S = type { %T* }
%T = type int