Skip to content

Commit

Permalink
Fix windows build bot failure
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271075 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
david-xl committed May 28, 2016
1 parent bc6df7a commit 921e2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FileCheck/check-empty.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 921e2ae

Please sign in to comment.