summaryrefslogtreecommitdiff
path: root/test/Linker/2003-08-28-TypeResolvesGlobal.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2003-08-28-TypeResolvesGlobal.ll')
-rw-r--r--test/Linker/2003-08-28-TypeResolvesGlobal.ll2
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 80b61626994..53ae5819ae1 100644
--- a/test/Linker/2003-08-28-TypeResolvesGlobal.ll
+++ b/test/Linker/2003-08-28-TypeResolvesGlobal.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s > %t.out1.bc
-; RUN: echo "%M = type i32" | llvm-as > %t.out2.bc
+; RUN: echo "%M = type { i32} " | llvm-as > %t.out2.bc
; RUN: llvm-link %t.out2.bc %t.out1.bc
%M = type opaque