More configuration changes for running the test suite against MSVC's STL
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
3
test/std/experimental/string.view/lit.local.cfg
Normal file
3
test/std/experimental/string.view/lit.local.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
# Disable all of the filesystem tests if the correct feature is not available.
|
||||
if 'msvc' in config.available_features:
|
||||
config.unsupported = True
|
||||
Reference in New Issue
Block a user