[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / FileCheck / two-checks-for-same-match.txt
blob2195aa96c540bfafa079a34e4f36eac499913414
1 // Check that two distinct CHECK lines won't match the same string
2 // RUN: not FileCheck -input-file %s %s
4 ; CHECK: {{a[0-9]b}}
5 ; CHECK: {{a[0-9]b}}
7 a2b