llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail with -Asserts...
[oota-llvm.git] / test / FileCheck / two-checks-for-same-match.txt
1 // Check that two distinct CHECK lines won't match the same string
2 // RUN: not FileCheck -input-file %s %s
3
4 ; CHECK: {{a[0-9]b}}
5 ; CHECK: {{a[0-9]b}}
6
7 a2b
8