brintos

brintos / llvm-project-archived public Read only

0
0
Text · 166 B · ebfaa02 Raw
4 lines · plain
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 = True4