bolt/deps/llvm-18.1.8/llvm/test/FileCheck/check-substring-multi-prefix.txt
2025-02-14 19:21:04 +01:00

10 lines
213 B
Text

// RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
foo
bar
buzz
// Use regex notation so the checks don't match themselves.
OVERLAP: fo{{o}}
AAAOVERLAP: ba{{r}}
OVERLAP: buz{{z}}