test/CodeGen/X86/vector.ll: Tweak temporary output to appease Win32 hosts.
[oota-llvm.git] / test / Linker / 2003-10-21-ConflictingTypesTolerance.ll
1 ; RUN: llvm-as < %s > %t.out1.bc
2 ; RUN: echo { %M = type \[8 x i32\] external global %M } | llvm-as > %t.out2.bc
3 ; RUN: llvm-link %t.out1.bc %t.out2.bc -S | grep %M | grep \\{
4 %M = type { i32 }
5
6