diff options
| author | Eric Fiselier <eric@efcs.ca> | 2017-05-09 23:47:20 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2017-05-09 23:47:20 +0000 |
| commit | 78046e462417425daae02ddc7a472df117dfd05e (patch) | |
| tree | ef3bd4f00191ba124e37afeea5383b1de9f4fc45 /libcxx/utils | |
| parent | a06384f3d8e2b596b75d7a63c9bf1eb25e6d552e (diff) | |
| download | bcm5719-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.py | 2 |
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) |

