summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-05-09 23:47:20 +0000
committerEric Fiselier <eric@efcs.ca>2017-05-09 23:47:20 +0000
commit01c2bb36774643c3d3ef81e7b85b163501e0d863 (patch)
tree1928079cca43d3197d09e50d4d082acab178e374 /utils
parent867ae2992990d1768a7d4956db5551c2f3276a76 (diff)
Fix misspelling of environment throughout libc++
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302600 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-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 c3bc97187..3ac5472b4 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)