summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mt/xml_error.test
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2018-02-08 18:45:16 +0000
committerDouglas Yung <douglas.yung@sony.com>2018-02-08 18:45:16 +0000
commit777130ec06bf915778ac4624822c96a5dda82f4c (patch)
tree195249039c718b4c6c11ef45043c7ca5dfafe760 /llvm/test/tools/llvm-mt/xml_error.test
parent1889f26b94c5ef8fa20df1e64a801e8f39ff9fef (diff)
downloadbcm5719-llvm-777130ec06bf915778ac4624822c96a5dda82f4c.tar.gz
bcm5719-llvm-777130ec06bf915778ac4624822c96a5dda82f4c.zip
Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-windows" so that test is actually skipped on Windows.
Reviewed by Paul Robinson llvm-svn: 324632
Diffstat (limited to 'llvm/test/tools/llvm-mt/xml_error.test')
-rw-r--r--llvm/test/tools/llvm-mt/xml_error.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-mt/xml_error.test b/llvm/test/tools/llvm-mt/xml_error.test
index 40537cd05e9..a2b043023de 100644
--- a/llvm/test/tools/llvm-mt/xml_error.test
+++ b/llvm/test/tools/llvm-mt/xml_error.test
@@ -1,5 +1,5 @@
REQUIRES: libxml2
-UNSUPPORTED: windows
+UNSUPPORTED: system-windows
RUN: not llvm-mt /manifest %p/Inputs/bad.manifest 2>&1 >/dev/null | FileCheck \
RUN: %s
OpenPOWER on IntegriCloud