Fix PR149 - support constant shift expressions.
[oota-llvm.git] / test / Linker / 2003-06-02-TypeResolveProblem.ll
index eee1135dfb466748804bbaee993c36fa2941c91c..ceb046ee003ae2e7dc58f4b2ceebbde26eb9f6a0 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: echo "%T = type opaque" | as > Output/%s.2.bc
-; RUN: as < %s > Output/%s.1.bc
-; RUN: link Output/%s.[12].bc
+; RUN: echo "%T = type opaque" | llvm-as > %t.2.bc
+; RUN: llvm-as < %s > %t.1.bc
+; RUN: llvm-link %t.[12].bc
 
 %T = type opaque
 %a = constant { %T* }  { %T* null }