[lldb/Test] s/lldb-repo/lldb-repro/ (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 14 Apr 2020 21:51:35 +0000 (14:51 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 14 Apr 2020 21:51:41 +0000 (14:51 -0700)
lldb/test/Shell/lit.cfg.py

index 3bda378..2e23d9d 100644 (file)
@@ -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()