Skip to content

Commit 08f554f

Browse files
[cross-project-tests] Use lit internal shell (llvm#203138)
1 parent 433a41e commit 08f554f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cross-project-tests/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
config.name = "cross-project-tests"
1717

1818
# testFormat: The test format to use to interpret tests.
19-
config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
19+
config.test_format = lit.formats.ShTest()
2020

2121
# suffixes: A list of file extensions to treat as test files.
2222
config.suffixes = [".c", ".cl", ".cpp", ".m", ".test"]

0 commit comments

Comments
 (0)