diff options
| author | Xinliang David Li <davidxl@google.com> | 2016-05-27 21:23:25 +0000 |
|---|---|---|
| committer | Xinliang David Li <davidxl@google.com> | 2016-05-27 21:23:25 +0000 |
| commit | 2bd4f8b66bbb0fb43d4dea624008a716478809be (patch) | |
| tree | e9bd8c686a01e5b847f7466bc07eec6f759f4946 /llvm/test | |
| parent | 1508f591b300128a260dfdd0cc87bab52f88c8b5 (diff) | |
| download | bcm5719-llvm-2bd4f8b66bbb0fb43d4dea624008a716478809be.tar.gz bcm5719-llvm-2bd4f8b66bbb0fb43d4dea624008a716478809be.zip | |
FileCheck: dump command line context with empty input
Differential Revision: http://reviews.llvm.org/D20716
llvm-svn: 271047
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/FileCheck/check-empty.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/FileCheck/check-empty.txt b/llvm/test/FileCheck/check-empty.txt index 9caea65ee61..284ad976a54 100644 --- a/llvm/test/FileCheck/check-empty.txt +++ b/llvm/test/FileCheck/check-empty.txt @@ -7,5 +7,6 @@ ; NOFOO-NOT: foo ; EMPTY-ERR: FileCheck error: '-' is empty. +; EMPTY-ERR-NEXT: FileCheck command line: {{.*}}FileCheck -check-prefix={{.*}}FOO {{.*}}check-empty.txt ; NO-EMPTY-ERR-NOT: FileCheck error: '-' is empty. ; NOT-FOUND: error: expected string not found in input |

