Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / utils / lit / tests / Inputs / shtest-recursive-substitution / not-an-integer / lit.cfg
blob0f50d9548d99042f9722ba5b885669507663014a
1 import lit.formats
3 config.name = "not-an-integer"
4 config.suffixes = [".py"]
5 config.test_format = lit.formats.ShTest()
6 config.test_source_root = None
7 config.test_exec_root = None
9 config.recursiveExpansionLimit = "not-an-integer"