Files
libcxx/test/std/utilities/variant/lit.local.cfg
2016-11-23 01:02:51 +00:00

6 lines
220 B
INI

# FIXME: Libc++ does not yet implement variant but other STLs benefit from
# having our tests in-tree. This must be removed when <variant> is added.
if 'libc++' in config.available_features:
config.unsupported = True