forked from OSchip/llvm-project
[libcxx] Fix a typo in config.py
Reviewers: ldionne, jroelofs, EricWF Subscribers: christof, dexonsmith, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D71890
This commit is contained in:
parent
db1fa62bf8
commit
e308a0ca15
|
@ -194,7 +194,7 @@ class Configuration(object):
|
|||
# ValgrindExecutor is supposed to go. It is likely
|
||||
# that the user wants it at the end, but we have no
|
||||
# way of getting at that easily.
|
||||
selt.lit_config.fatal("Cannot infer how to create a Valgrind "
|
||||
self.lit_config.fatal("Cannot infer how to create a Valgrind "
|
||||
" executor.")
|
||||
else:
|
||||
te = LocalExecutor()
|
||||
|
|
Loading…
Reference in New Issue