mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Make check lines not match themselves.
Noticed during review of the recent FileCheck change. llvm-svn: 272940
This commit is contained in:
parent
867743e8db
commit
7f32739142
@ -4,6 +4,7 @@ foo
|
||||
bar
|
||||
buzz
|
||||
|
||||
OVERLAP: foo
|
||||
AAAOVERLAP: bar
|
||||
OVERLAP: buzz
|
||||
// Use regex notation so the checks don't match themselves.
|
||||
OVERLAP: fo{{o}}
|
||||
AAAOVERLAP: ba{{r}}
|
||||
OVERLAP: buz{{z}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user