Disable TestModuleCXX.test on Windows

Importing cxx modules doesn't seem to work on Windows:

error: a.out :: Class 'tagARRAYDESC' has a member 'tdescElem' of type
  'tagTYPEDESC' which does not have a complete definition.
error: a.out :: Class 'tagPARAMDESCEX' has a member 'varDefaultValue' of type
  'tagVARIANT' which does not have a complete definition.
llvm-svn: 354300
This commit is contained in:
Jonas Devlieghere 2019-02-19 00:08:10 +00:00
parent b53e0f4b81
commit 292a533085
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# REQUIRES: nowindows
# Start fresh.
# RUN: rm -rf %t.root
# RUN: rm -rf %t.clang-cache