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)
commitab54f46eec2104519d840a2caeea895385f3ec94
treeea07caf067fd1f9f2c2d48825ba36f0cbf81c2c7
parent37fe06711fb0c3fcf3f502fb48786a516d7783bc
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.

llvm-svn: 209316
clang/bindings/python/tests/cindex/test_cursor.py