diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-11-25 20:42:39 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-11-25 20:42:39 +0000 |
| commit | d873e3a694e28312c7286d50fb1a3ed5a38b3e43 (patch) | |
| tree | d8a9e8e4fcc0375e974ae78a9a491ff559345833 | |
| parent | 1df9316922a565e8f5c9c9c3533a2a4eb9665a90 (diff) | |
| download | bcm5719-llvm-d873e3a694e28312c7286d50fb1a3ed5a38b3e43.tar.gz bcm5719-llvm-d873e3a694e28312c7286d50fb1a3ed5a38b3e43.zip | |
Fix buildbots.
llvm-svn: 287952
| -rw-r--r-- | lld/test/ELF/color-diagnostics.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/color-diagnostics.test b/lld/test/ELF/color-diagnostics.test index 5a6a1ec1a00..342a82b8eb0 100644 --- a/lld/test/ELF/color-diagnostics.test +++ b/lld/test/ELF/color-diagnostics.test @@ -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 |

