brintos

brintos / llvm-project-archived public Read only

0
0
Text · 156 B · 2195aa9 Raw
9 lines · plain
1// Check that two distinct CHECK lines won't match the same string2// RUN: not FileCheck -input-file %s %s3 4; CHECK: {{a[0-9]b}}5; CHECK: {{a[0-9]b}}6 7a2b8 9