[libcxx] Fix a typo in config.py
authorSergej Jaskiewicz <jaskiewiczs@icloud.com>
Thu, 26 Dec 2019 09:31:12 +0000 (12:31 +0300)
committerSergej Jaskiewicz <jaskiewiczs@icloud.com>
Thu, 26 Dec 2019 15:51:09 +0000 (18:51 +0300)
Reviewers: ldionne, jroelofs, EricWF

Subscribers: christof, dexonsmith, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D71890

libcxx/utils/libcxx/test/config.py

index e81571a..3c9b3cd 100644 (file)
@@ -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()