xref: /llvm-project/libcxx/test/std/experimental/lit.local.cfg (revision 7bfaa0f09d0564f315ea778023b34b8a113ec740)
1# Disable all of the experimental tests if the correct feature is not available.
2if "c++experimental" not in config.available_features:
3    config.unsupported = True
4