forked from OSchip/llvm-project
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:
parent
b53e0f4b81
commit
292a533085
|
@ -1,3 +1,5 @@
|
|||
# REQUIRES: nowindows
|
||||
|
||||
# Start fresh.
|
||||
# RUN: rm -rf %t.root
|
||||
# RUN: rm -rf %t.clang-cache
|
||||
|
|
Loading…
Reference in New Issue