diff options
Diffstat (limited to 'test/FileCheck/check-substring-multi-prefix.txt')
-rw-r--r-- | test/FileCheck/check-substring-multi-prefix.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/FileCheck/check-substring-multi-prefix.txt b/test/FileCheck/check-substring-multi-prefix.txt index b7edb8b530e5..1fb25d8f58c4 100644 --- a/test/FileCheck/check-substring-multi-prefix.txt +++ b/test/FileCheck/check-substring-multi-prefix.txt @@ -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}} |