summaryrefslogtreecommitdiffstats
path: root/libcxx/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
commit78046e462417425daae02ddc7a472df117dfd05e (patch)
treeef3bd4f00191ba124e37afeea5383b1de9f4fc45 /libcxx/utils
parenta06384f3d8e2b596b75d7a63c9bf1eb25e6d552e (diff)
downloadbcm5719-llvm-78046e462417425daae02ddc7a472df117dfd05e.tar.gz
bcm5719-llvm-78046e462417425daae02ddc7a472df117dfd05e.zip
Fix misspelling of environment throughout libc++
llvm-svn: 302600
Diffstat (limited to 'libcxx/utils')
-rw-r--r--libcxx/utils/libcxx/test/format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/libcxx/test/format.py b/libcxx/utils/libcxx/test/format.py
index c3bc97187ad..3ac5472b472 100644
--- a/libcxx/utils/libcxx/test/format.py
+++ b/libcxx/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)
OpenPOWER on IntegriCloud