diff options
author | Douglas Yung <douglas.yung@sony.com> | 2018-02-08 18:45:16 +0000 |
---|---|---|
committer | Douglas Yung <douglas.yung@sony.com> | 2018-02-08 18:45:16 +0000 |
commit | 777130ec06bf915778ac4624822c96a5dda82f4c (patch) | |
tree | 195249039c718b4c6c11ef45043c7ca5dfafe760 /llvm/test/tools/llvm-mt/xml_error.test | |
parent | 1889f26b94c5ef8fa20df1e64a801e8f39ff9fef (diff) | |
download | bcm5719-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.test | 2 |
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 |