From: Xinliang David Li Date: Sat, 28 May 2016 00:03:35 +0000 (+0000) Subject: Fix windows build bot failure X-Git-Tag: android-x86-7.1-r4~32646 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=921e2ae3fad37d94b1e19c96a2f47ac9748c56f3;p=android-x86%2Fexternal-llvm.git Fix windows build bot failure git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271075 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FileCheck/check-empty.txt b/test/FileCheck/check-empty.txt index 284ad976a54..319b411bef6 100644 --- a/test/FileCheck/check-empty.txt +++ b/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