summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/utils/lit/tests/Inputs/shtest-shell/check_path.py
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2019-06-23 21:36:31 +0000
committerpatrick <patrick@openbsd.org>2019-06-23 21:36:31 +0000
commit23f101f37937a1bd4a29726cab2f76e0fb038b35 (patch)
treef7da7d6b32c2e07114da399150bfa88d72187012 /gnu/llvm/utils/lit/tests/Inputs/shtest-shell/check_path.py
parentsort previous; ok deraadt (diff)
downloadwireguard-openbsd-23f101f37937a1bd4a29726cab2f76e0fb038b35.tar.xz
wireguard-openbsd-23f101f37937a1bd4a29726cab2f76e0fb038b35.zip
Import LLVM 8.0.0 release including clang, lld and lldb.
Diffstat (limited to 'gnu/llvm/utils/lit/tests/Inputs/shtest-shell/check_path.py')
-rw-r--r--gnu/llvm/utils/lit/tests/Inputs/shtest-shell/check_path.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/llvm/utils/lit/tests/Inputs/shtest-shell/check_path.py b/gnu/llvm/utils/lit/tests/Inputs/shtest-shell/check_path.py
index c1d279700de..467505b7f29 100644
--- a/gnu/llvm/utils/lit/tests/Inputs/shtest-shell/check_path.py
+++ b/gnu/llvm/utils/lit/tests/Inputs/shtest-shell/check_path.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python
+from __future__ import print_function
+
import os
import sys