From d24c383ec0fea11d9a8b6946d238e774429fb24c Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Sat, 28 May 2016 00:03:35 +0000 Subject: Fix windows build bot failure llvm-svn: 271075 --- llvm/test/FileCheck/check-empty.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/FileCheck') 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 -- cgit v1.2.3