[x86] Relax the line in this check to pacify build bots.
[oota-llvm.git] / test / Verifier / comdat2.ll
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3 $v = comdat any
4 @v = private global i32 0, comdat $v
5 ; CHECK: comdat global value has local linkage