xref: /aosp_15_r20/external/llvm/test/FileCheck/two-checks-for-same-match.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// Check that two distinct CHECK lines won't match the same string
2*9880d681SAndroid Build Coastguard Worker// RUN: not FileCheck -input-file %s %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker; CHECK: {{a[0-9]b}}
5*9880d681SAndroid Build Coastguard Worker; CHECK: {{a[0-9]b}}
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Workera2b
8*9880d681SAndroid Build Coastguard Worker
9