diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-16 19:47:31 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-16 19:47:31 +0000 |
| commit | 7582e3938bb9fb3e4664efdfb2313df29f27b70b (patch) | |
| tree | 65bec6df3984fb0b437488fd86eb1359e9c84af4 /utils/libcxx/test/format.py | |
| parent | 733153a0fb52facba02c550ec849f0c734dfa412 (diff) | |
Notes
Diffstat (limited to 'utils/libcxx/test/format.py')
| -rw-r--r-- | utils/libcxx/test/format.py | 2 |
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) |
