mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
18105824ee
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
11 lines
213 B
Plaintext
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}}
|