From: Jonas Devlieghere Date: Tue, 14 Apr 2020 21:51:35 +0000 (-0700) Subject: [lldb/Test] s/lldb-repo/lldb-repro/ (NFC) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca99a70237c0c762c5d9872625865a8ac19e6c10;p=platform%2Fupstream%2Fllvm.git [lldb/Test] s/lldb-repo/lldb-repro/ (NFC) --- diff --git a/lldb/test/Shell/lit.cfg.py b/lldb/test/Shell/lit.cfg.py index 3bda378..2e23d9d 100644 --- a/lldb/test/Shell/lit.cfg.py +++ b/lldb/test/Shell/lit.cfg.py @@ -49,7 +49,7 @@ if 'LLDB_CAPTURE_REPRODUCER' in os.environ: lldb_repro_mode = lit_config.params.get('lldb-run-with-repro', None) if lldb_repro_mode: config.available_features.add('lldb-repro') - lit_config.note("Running Shell test with lldb-repo in {} mode.".format(lldb_repro_mode)) + lit_config.note("Running Shell test with lldb-repro in {} mode.".format(lldb_repro_mode)) toolchain.use_lldb_repro_substitutions(config, lldb_repro_mode) llvm_config.use_default_substitutions()