summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mt/xml_error.test
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-06-23 16:49:07 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-06-23 16:49:07 +0000
commitfb540741124f16f7886d798c92b64e89043cb53f (patch)
tree80c330eb4f9cc9b34580ccbc0f91163fa6e2db3e /llvm/test/tools/llvm-mt/xml_error.test
parentc02bf01f64a977a7e39d379afe449ab769893aa8 (diff)
downloadbcm5719-llvm-fb540741124f16f7886d798c92b64e89043cb53f.tar.gz
bcm5719-llvm-fb540741124f16f7886d798c92b64e89043cb53f.zip
[llvm-mt] Use WithColor for printing errors.
Use the WithColor helper from support to print errors. llvm-svn: 335416
Diffstat (limited to 'llvm/test/tools/llvm-mt/xml_error.test')
-rw-r--r--llvm/test/tools/llvm-mt/xml_error.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-mt/xml_error.test b/llvm/test/tools/llvm-mt/xml_error.test
index a2b043023de..4d0a8ece43b 100644
--- a/llvm/test/tools/llvm-mt/xml_error.test
+++ b/llvm/test/tools/llvm-mt/xml_error.test
@@ -4,12 +4,12 @@ UNSUPPORTED: system-windows
RUN: not llvm-mt /manifest %p/Inputs/bad.manifest 2>&1 >/dev/null | FileCheck \
RUN: %s
-CHECK: llvm-mt error: invalid xml document
+CHECK: llvm-mt: error: invalid xml document
RUN: not llvm-mt /manifest %p/Inputs/empty.manifest 2>&1 >/dev/null | \
RUN: FileCheck %s -check-prefix=EMPTY
-EMPTY: llvm-mt error: attempted to merge empty manifest
+EMPTY: llvm-mt: error: attempted to merge empty manifest
RUN: llvm-mt /inputresource:foo.res \
RUN: /manifest %p/Inputs/test_manifest.manifest \
OpenPOWER on IntegriCloud