summaryrefslogtreecommitdiff
path: root/utils/libcxx/test/format.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/libcxx/test/format.py')
-rw-r--r--utils/libcxx/test/format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/libcxx/test/format.py b/utils/libcxx/test/format.py
index c3bc97187ad4..3ac5472b4720 100644
--- a/utils/libcxx/test/format.py
+++ b/utils/libcxx/test/format.py
@@ -139,7 +139,7 @@ class LibcxxTestFormat(object):
# We can't run ShTest tests with a executor yet.
# For now, bail on trying to run them
return lit.Test.UNSUPPORTED, 'ShTest format not yet supported'
- test.config.enviroment = dict(self.exec_env)
+ test.config.environment = dict(self.exec_env)
return lit.TestRunner._runShTest(test, lit_config,
self.execute_external, script,
tmpBase)