Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libcxx / test / std / input.output / file.streams / lit.local.cfg
blob3fe886feb54f8612713512dcd78a31c07ba2943e
1 # All non-trivial uses of iostreams require localization support
2 if "no-localization" in config.available_features:
3     config.unsupported = True
5 if "no-filesystem" in config.available_features:
6     config.unsupported = True