Add a FileCheck test that makes sure two different CHECKs won't match the
[oota-llvm.git] / test / FileCheck / regex-no-match.txt
1 // RUN: not FileCheck -input-file %s %s
2
3 foobar
4 ; CHECK: fooba{{[a-b]}}
5