summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cxxdump
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-11-11 01:24:02 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-11-11 01:24:02 +0000
commited75efa5cdcb74432286bdf9a859e2c2f058269b (patch)
treee4aa729926efbab85e578818b946c2668fd0f555 /llvm/test/tools/llvm-cxxdump
parent64a26308256adcf9212fd346733a60735f7acc01 (diff)
downloadbcm5719-llvm-ed75efa5cdcb74432286bdf9a859e2c2f058269b.tar.gz
bcm5719-llvm-ed75efa5cdcb74432286bdf9a859e2c2f058269b.zip
[llvm-cxxdump] Use error reporting helpers from support
This patch makes llvm-cxxdump use the error reporting helpers from Support/WithColor.h llvm-svn: 346602
Diffstat (limited to 'llvm/test/tools/llvm-cxxdump')
-rw-r--r--llvm/test/tools/llvm-cxxdump/trivial.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-cxxdump/trivial.test b/llvm/test/tools/llvm-cxxdump/trivial.test
index d4982b87d8d..8df0bc32e1e 100644
--- a/llvm/test/tools/llvm-cxxdump/trivial.test
+++ b/llvm/test/tools/llvm-cxxdump/trivial.test
@@ -63,4 +63,4 @@ ELF-I386-NEXT: _ZTV1A[8]: _ZN1A1fEv
MIXEDARCOFF-I386: ??_7S@@6B@[0]: ??_R4S@@6B@
RUN: not llvm-cxxdump %t.blah 2>&1 | FileCheck --check-prefix=ENOENT %s
-ENOENT: {{.*}}.blah: {{[Nn]}}o such file or directory
+ENOENT: {{.*}}.blah: error: {{[Nn]}}o such file or directory
OpenPOWER on IntegriCloud