diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-01-18 03:57:38 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-01-18 03:57:38 +0000 |
commit | 4f5f8967eb3c391eaba7e88bc4135adb679ef02b (patch) | |
tree | fb85049e8125b45be43ff42f8ab545c1f1fc8a34 /libcxx/test/std/experimental/string.view | |
parent | 40eaa9968dd747a232055b6a9fb60f674ad64f8f (diff) | |
download | bcm5719-llvm-4f5f8967eb3c391eaba7e88bc4135adb679ef02b.tar.gz bcm5719-llvm-4f5f8967eb3c391eaba7e88bc4135adb679ef02b.zip |
More configuration changes for running the test suite against MSVC's STL
llvm-svn: 292337
Diffstat (limited to 'libcxx/test/std/experimental/string.view')
-rw-r--r-- | libcxx/test/std/experimental/string.view/lit.local.cfg | 3 |
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 |