Cleanup this test a bit.
[oota-llvm.git] / test / Linker / comdat7.ll
1 ; RUN: not llvm-link %s %s -S -o - 2>&1 | FileCheck %s
2
3 $c1 = comdat largest
4
5 define void @c1() comdat $c1 {
6   ret void
7 }
8 ; CHECK: GlobalVariable required for data dependent selection!