1
0
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:
Paul Robinson 2016-06-16 19:38:48 +00:00
parent 867743e8db
commit 7f32739142

View File

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