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