test for something more interesting than not crashing
[oota-llvm.git] / test / Linker / 2003-08-28-TypeResolvesGlobal2.ll
index a0526d4612c3b257eebe4d9b576ed801683480fc..212ef2bd1f2655b2df1240b2350124684bf32943 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s > Output/%s.out1.bc
-; RUN: echo "%S = type int" | llvm-as > Output/%s.out2.bc
-; RUN: llvm-link Output/%s.out[21].bc
+; RUN: llvm-upgrade < %s | llvm-as > %t.out1.bc
+; RUN: echo "%S = type int" | llvm-upgrade | llvm-as > %t.out2.bc
+; RUN: llvm-link %t.out2.bc %t.out1.bc
 
 %S = type opaque