[cfe-commits] [PATCH 1/4] [clang.py] Refactor get_tu and get_cursor test helper functions into util.py
Gregory Szorc
gregory.szorc at gmail.com
Sun Mar 4 16:57:41 PST 2012
I don't believe anything functional changed with this patch. Just some
housekeeping. It was big enough that I didn't think it was trivial and
qualified for automatic commit.
---
bindings/python/tests/cindex/test_cursor.py | 32 ++++------
bindings/python/tests/cindex/test_diagnostics.py | 33 +++-------
bindings/python/tests/cindex/test_location.py | 78 ++++++++++++----------
bindings/python/tests/cindex/test_type.py | 32 +--------
bindings/python/tests/cindex/util.py | 65 ++++++++++++++++++
5 files changed, 130 insertions(+), 110 deletions(-)
create mode 100644 bindings/python/tests/cindex/util.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-clang.py-Refactor-get_tu-and-get_cursor-test-helper-.patch
Type: text/x-patch
Size: 15783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120304/a481b3af/attachment.bin>
More information about the cfe-commits
mailing list