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

