Fix buildbots.

llvm-svn: 287952
This commit is contained in:
Rui Ueyama 2016-11-25 20:42:39 +00:00
parent 1df9316922
commit d873e3a694
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# RUN: not ld.lld -color-diagnostics=always /nosuchfile 2>&1 \
# RUN: | FileCheck -check-prefix=COLOR %s
# COLOR: {{^.\[0;1;37m.*/ld.lld: .\[0;1;31merror: .\[0mcannot open /nosuchfile}}
# COLOR: {{ld.lld: .\[0;1;31merror: .\[0mcannot open /nosuchfile}}
# RUN: not ld.lld -color-diagnostics=always -no-color-diagnostics /nosuchfile 2>&1 \
# RUN: | FileCheck -check-prefix=NOCOLOR %s