bolt/deps/llvm-18.1.8/llvm/test/FileCheck/check-substring-multi-prefix.txt

11 lines
213 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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}}