aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/tests/cindex/test_tokens.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/tests/cindex/test_tokens.py')
-rw-r--r--bindings/python/tests/cindex/test_tokens.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/tests/cindex/test_tokens.py b/bindings/python/tests/cindex/test_tokens.py
index 70748429094a..688b5c1c900e 100644
--- a/bindings/python/tests/cindex/test_tokens.py
+++ b/bindings/python/tests/cindex/test_tokens.py
@@ -14,7 +14,7 @@ def test_token_to_cursor():
r = tu.get_extent('t.c', (0, 9))
tokens = list(tu.get_tokens(extent=r))
- assert len(tokens) == 5
+ assert len(tokens) == 4
assert tokens[1].spelling == 'i'
assert tokens[1].kind == TokenKind.IDENTIFIER