[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Linker / module-flags-5-a.ll
1 ; RUN: not llvm-link %s %p/module-flags-5-b.ll -S -o - 2>&1 | FileCheck %s
2
3 ; Test the 'override' error.
4
5 ; CHECK: linking module flags 'foo': IDs have conflicting override values
6
7 !0 = !{ i32 4, !"foo", i32 927 }
8
9 !llvm.module.flags = !{ !0 }