Skip to content

Commit 2c5a60f

Browse files
committed
[lit] Actually run tests for internal env command
Put the main test script in the right directory, and fix a python bug in a local script. Reviewed By: stella.stamenova Differential Revision: https://reviews.llvm.org/D65623 llvm-svn: 367751
1 parent 41a2847 commit 2c5a60f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

llvm/utils/lit/tests/Inputs/shtest-env/print_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
from __future__ import print_statement
3+
from __future__ import print_function
44
import os
55

66
sorted_environment = sorted(os.environ.items())

0 commit comments

Comments
 (0)