Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libcxx / test / std / experimental / lit.local.cfg
blobebfaa02f552187276ffc3564d496b72fad26a801
1 # Disable all of the experimental tests if the correct feature is not available.
2 if "c++experimental" not in config.available_features:
3     config.unsupported = True