Make the llvm-runtest function much more amenable by eliminating all the
[oota-llvm.git] / test / Linker / 2004-12-03-DisagreeingType.ll
1 ; RUN: echo "%G = weak global {{{{double}}}} zeroinitializer" | llvm-as > %t.out2.bc
2 ; RUN: llvm-as < %s > %t.out1.bc
3 ; RUN: llvm-link %t.out[12].bc | llvm-dis | not grep '\}'
4
5 ; When linked, the global above should be eliminated, being merged with the 
6 ; global below.
7
8 %G = global double 1.0