llvm/test/FileCheck/check-substring-multi-prefix.txt
Paul Robinson 18105824ee Make check lines not match themselves.
Noticed during review of the recent FileCheck change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272940 91177308-0d34-0410-b5e6-96231b3b80d8
2016-06-16 19:38:48 +00:00

11 lines
213 B
Plaintext

// 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}}