brintos

brintos / llvm-project-archived public Read only

0
0
Text · 283 B · 2f2ebec Raw
8 lines · plain
1# The tests in this directory need to run Python2import shlex3import sys4 5# run libcxx-03 tests only when running against the frozen headers. We have separate tests for non-frozen headers.6if "FROZEN-CXX03-HEADERS-FIXME" not in config.available_features:7  config.unsupported = True8