diff options
Diffstat (limited to 'llvm/utils/lit/tests')
| -rw-r--r-- | llvm/utils/lit/tests/Inputs/shtest-env/print_environment.py | 2 | ||||
| -rw-r--r-- | llvm/utils/lit/tests/shtest-env.py (renamed from llvm/utils/lit/tests/Inputs/shtest-env/shtest-env.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/Inputs/shtest-env/print_environment.py b/llvm/utils/lit/tests/Inputs/shtest-env/print_environment.py index ac9a80e6d50..af6127670b8 100644 --- a/llvm/utils/lit/tests/Inputs/shtest-env/print_environment.py +++ b/llvm/utils/lit/tests/Inputs/shtest-env/print_environment.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -from __future__ import print_statement +from __future__ import print_function import os sorted_environment = sorted(os.environ.items()) diff --git a/llvm/utils/lit/tests/Inputs/shtest-env/shtest-env.py b/llvm/utils/lit/tests/shtest-env.py index fc5f973e676..fc5f973e676 100644 --- a/llvm/utils/lit/tests/Inputs/shtest-env/shtest-env.py +++ b/llvm/utils/lit/tests/shtest-env.py |

