git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292337 91177308-0d34-0410-b5e6-96231b3b80d8
4 lines
147 B
INI
4 lines
147 B
INI
# Disable all of the filesystem tests if the correct feature is not available.
|
|
if 'msvc' in config.available_features:
|
|
config.unsupported = True
|