summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/string.view
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std/experimental/string.view')
-rw-r--r--libcxx/test/std/experimental/string.view/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/test/std/experimental/string.view/lit.local.cfg b/libcxx/test/std/experimental/string.view/lit.local.cfg
new file mode 100644
index 00000000000..376dbe7c16e
--- /dev/null
+++ b/libcxx/test/std/experimental/string.view/lit.local.cfg
@@ -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
OpenPOWER on IntegriCloud