blob: d32e99fc2721a566aa9aa5744205ac757bde1cf4 [file] [log] [blame]
# If the compiler doesn't support coroutines mark all of the tests under
# this directory as unsupported. Otherwise add the required `-fcoroutines-ts`
# flag.
if 'fcoroutines-ts' not in config.available_features:
config.unsupported = True
else:
config.test_format.addCompileFlags(config, '-fcoroutines-ts')