]> granicus.if.org Git - clang/commit
cindex/test_cursor.py: no need to skip implicit decls in tests
authorAlp Toker <alp@nuanti.com>
Wed, 21 May 2014 19:17:38 +0000 (19:17 +0000)
committerAlp Toker <alp@nuanti.com>
Wed, 21 May 2014 19:17:38 +0000 (19:17 +0000)
commit6a81e83fd347e22a4d5eb18d41d6d3b02add9c5f
tree0b706695b883d3f7cba04cf663eadc499af80682
parent740289cb6dc42204295b9f82e7c05b2bd3e7fab6
cindex/test_cursor.py: no need to skip implicit decls in tests

clang was fixed some time ago to always skip "builtins and other cruft" so
tools no longer need hacks like this.

Passes nosetests.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209316 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/tests/cindex/test_cursor.py