[clang.py] Test Cursor.__ne__

llvm-svn: 151504
This commit is contained in:
Gregory Szorc 2012-02-26 21:56:32 +00:00
parent 690a2b0902
commit 5b4173912f
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ def test_get_children():
assert len(tu_nodes) == 3
assert tu_nodes[0] != tu_nodes[1]
assert tu_nodes[0].kind == CursorKind.STRUCT_DECL
assert tu_nodes[0].spelling == 's0'
assert tu_nodes[0].is_definition() == True