We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d4f22 commit e3b1662Copy full SHA for e3b1662
libcxx/utils/libcxx/test/config.py
@@ -52,4 +52,4 @@ def configure(parameters, features, config, lit_config):
52
note("Using {} substitution: '{}'".format(sub, _getSubstitution(sub, config)))
53
54
# Print all available features
55
- note("All available features: {}".format(", ".join(config.available_features)))
+ note("All available features: {}".format(", ".join(sorted(config.available_features))))
0 commit comments