Ensure ModuleLinker materializes complete comdat groups
[oota-llvm.git] / test / Linker / 2003-08-28-TypeResolvesGlobal.ll
index 80b616269940cc8e8dd49e9baab73b1250a7e015..53ae5819ae17622fbae0034c95becc8a26c45e07 100644 (file)
@@ -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