diff options
Diffstat (limited to 'test/Linker/2003-08-28-TypeResolvesGlobal.ll')
-rw-r--r-- | test/Linker/2003-08-28-TypeResolvesGlobal.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2003-08-28-TypeResolvesGlobal.ll b/test/Linker/2003-08-28-TypeResolvesGlobal.ll index 5e90682dc1..41aef3230b 100644 --- a/test/Linker/2003-08-28-TypeResolvesGlobal.ll +++ b/test/Linker/2003-08-28-TypeResolvesGlobal.ll @@ -1,6 +1,6 @@ ; 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.out[21].bc +; RUN: llvm-link %t.out2.bc %t.out1.bc %S = type opaque |