Use toplevel function pass manager as OnTheFly manager.
[oota-llvm.git] / test / Linker / 2003-11-18-TypeResolution.ll
index 07af9697c77bea6c51e35da1536f6e05c31e4b76..ff22e31437226766b0e39bbd9be479facf156164 100644 (file)
@@ -6,7 +6,7 @@
 
 ; RUN: llvm-upgrade %s | llvm-as > %t.out2.bc
 ; RUN: echo "%T1 = type opaque  @GVar = external global %T1*" | llvm-as > %t.out1.bc
-; RUN: llvm-link %t.out[12].bc
+; RUN: llvm-link %t.out1.bc %t.out2.bc
 
        %T1 = type opaque
        %T2 = type int