diff options
author | Sergej Jaskiewicz <jaskiewiczs@icloud.com> | 2019-12-26 12:31:12 +0300 |
---|---|---|
committer | Sergej Jaskiewicz <jaskiewiczs@icloud.com> | 2019-12-26 18:51:09 +0300 |
commit | e308a0ca15a5eb0093cc2f92f68cd411f6f0f8a8 (patch) | |
tree | 61bc9f9b4f9bc73b58e7f20683973294adbbcfdb /libcxx/utils | |
parent | db1fa62bf8241cc623b63feca2cfae7d79da6577 (diff) | |
download | bcm5719-llvm-e308a0ca15a5eb0093cc2f92f68cd411f6f0f8a8.tar.gz bcm5719-llvm-e308a0ca15a5eb0093cc2f92f68cd411f6f0f8a8.zip |
[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
Diffstat (limited to 'libcxx/utils')
-rw-r--r-- | libcxx/utils/libcxx/test/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/libcxx/test/config.py b/libcxx/utils/libcxx/test/config.py index e81571a7f1f..3c9b3cd6f55 100644 --- a/libcxx/utils/libcxx/test/config.py +++ b/libcxx/utils/libcxx/test/config.py @@ -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() |