[libcxx-commits] [libcxx] e308a0c - [libcxx] Fix a typo in config.py

Sergej Jaskiewicz via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 26 07:51:32 PST 2019


Author: Sergej Jaskiewicz
Date: 2019-12-26T18:51:09+03:00
New Revision: e308a0ca15a5eb0093cc2f92f68cd411f6f0f8a8

URL: https://github.com/llvm/llvm-project/commit/e308a0ca15a5eb0093cc2f92f68cd411f6f0f8a8
DIFF: https://github.com/llvm/llvm-project/commit/e308a0ca15a5eb0093cc2f92f68cd411f6f0f8a8.diff

LOG: [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

Added: 
    

Modified: 
    libcxx/utils/libcxx/test/config.py

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/libcxx/test/config.py b/libcxx/utils/libcxx/test/config.py
index e81571a7f1f0..3c9b3cd6f552 100644
--- a/libcxx/utils/libcxx/test/config.py
+++ b/libcxx/utils/libcxx/test/config.py
@@ -194,7 +194,7 @@ def configure_executor(self):
                 # 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()


        


More information about the libcxx-commits mailing list