Skip to content

Commit ca99a70

Browse files
committed
[lldb/Test] s/lldb-repo/lldb-repro/ (NFC)
1 parent 447e2c3 commit ca99a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
lldb_repro_mode = lit_config.params.get('lldb-run-with-repro', None)
5050
if lldb_repro_mode:
5151
config.available_features.add('lldb-repro')
52-
lit_config.note("Running Shell test with lldb-repo in {} mode.".format(lldb_repro_mode))
52+
lit_config.note("Running Shell test with lldb-repro in {} mode.".format(lldb_repro_mode))
5353
toolchain.use_lldb_repro_substitutions(config, lldb_repro_mode)
5454

5555
llvm_config.use_default_substitutions()

0 commit comments

Comments
 (0)