Work around pr23045 and make it easier to reproduce.
[oota-llvm.git] / test / Assembler / invalid-mdlocation-field-bad.ll
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3 ; CHECK: <stdin>:[[@LINE+1]]:18: error: invalid field 'bad'
4 !0 = !MDLocation(bad: 0)