Skip to content

Commit bd23297

Browse files
authored
Use the internal lit shell (#1313)
The external lit shell is deprecated as of llvm/llvm-project#203689
1 parent aa99e85 commit bd23297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
config.name = "OffloadTest-" + config.offloadtest_suite
2020

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

2424
# suffixes: A list of file extensions to treat as test files. This is overriden
2525
# by individual lit.local.cfg files in the test subdirectories.

0 commit comments

Comments
 (0)