diff --git a/libcxx/utils/libcxx/test/config.py b/libcxx/utils/libcxx/test/config.py --- a/libcxx/utils/libcxx/test/config.py +++ b/libcxx/utils/libcxx/test/config.py @@ -194,7 +194,7 @@ # 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()