diff options
| author | Paul Robinson <paul.robinson@sony.com> | 2016-06-16 19:38:48 +0000 |
|---|---|---|
| committer | Paul Robinson <paul.robinson@sony.com> | 2016-06-16 19:38:48 +0000 |
| commit | 4ce6a9322692c3be783e3da9f7ee7a38326434fb (patch) | |
| tree | 2ca262b152d9eef1f595cef00fa10b2d58cc64ac /llvm/test/FileCheck | |
| parent | 498b9e06c8c05fdfd0a64d96c39379a609b0b019 (diff) | |
| download | bcm5719-llvm-4ce6a9322692c3be783e3da9f7ee7a38326434fb.tar.gz bcm5719-llvm-4ce6a9322692c3be783e3da9f7ee7a38326434fb.zip | |
Make check lines not match themselves.
Noticed during review of the recent FileCheck change.
llvm-svn: 272940
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}} |

