diff options
author | Xinliang David Li <davidxl@google.com> | 2016-05-28 00:03:35 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@google.com> | 2016-05-28 00:03:35 +0000 |
commit | d24c383ec0fea11d9a8b6946d238e774429fb24c (patch) | |
tree | a9b6d67f078459a6ec2177ed0d8382d6673bad91 | |
parent | 71c425f1994a6aca71427ac28bac849223e5bfb1 (diff) | |
download | bcm5719-llvm-d24c383ec0fea11d9a8b6946d238e774429fb24c.tar.gz bcm5719-llvm-d24c383ec0fea11d9a8b6946d238e774429fb24c.zip |
Fix windows build bot failure
llvm-svn: 271075
-rw-r--r-- | llvm/test/FileCheck/check-empty.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FileCheck/check-empty.txt b/llvm/test/FileCheck/check-empty.txt index 284ad976a54..319b411bef6 100644 --- a/llvm/test/FileCheck/check-empty.txt +++ b/llvm/test/FileCheck/check-empty.txt @@ -7,6 +7,6 @@ ; NOFOO-NOT: foo ; EMPTY-ERR: FileCheck error: '-' is empty. -; EMPTY-ERR-NEXT: FileCheck command line: {{.*}}FileCheck -check-prefix={{.*}}FOO {{.*}}check-empty.txt +; 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 |