commit | 9dd02c6c7dacc85162f5264445cd2ac6dcf2fa34 | [log] [tgz] |
---|---|---|
author | Serge Guelton <sguelton@quarkslab.com> | Thu Jan 03 14:27:05 2019 +0000 |
committer | Serge Guelton <sguelton@quarkslab.com> | Thu Jan 03 14:27:05 2019 +0000 |
tree | ae1000897eba5e7986fb105e7e5989dadcb97c4a | |
parent | f886c03e47092d1fad1998df0ddfcffa9e8c3d48 [diff] [blame] |
Portable Python script across Python version Get rid of Python version specific shebang. Differential Revision: https://reviews.llvm.org/D55207 llvm-svn: 350319
diff --git a/clang/utils/check_cfc/test_check_cfc.py b/clang/utils/check_cfc/test_check_cfc.py index e304ff5..0808252 100755 --- a/clang/utils/check_cfc/test_check_cfc.py +++ b/clang/utils/check_cfc/test_check_cfc.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python """Test internal functions within check_cfc.py."""