summaryrefslogtreecommitdiffstats
path: root/bindings/python/tests
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-30 23:58:39 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-30 23:58:39 +0000
commit2791dfc0fcbff64dbdaccde433b75c7226528b8d (patch)
tree2612b8fd7296eb5504ede5e9a2c2b0d979eb603c /bindings/python/tests
parent90a6b9e1e4d4d1995ada044e319d6e722b07a6b4 (diff)
cindex/Python: Update Index.create for removal of displayDiagnostics.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/python/tests')
-rw-r--r--bindings/python/tests/cindex/test_cursor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/tests/cindex/test_cursor.py b/bindings/python/tests/cindex/test_cursor.py
index c0f778f0b8..a653ba7bf2 100644
--- a/bindings/python/tests/cindex/test_cursor.py
+++ b/bindings/python/tests/cindex/test_cursor.py
@@ -24,7 +24,7 @@ void f0(int a0, int a1) {
"""
def test_get_children():
- index = Index.create(1, 1)
+ index = Index.create()
tu = index.parse('t.c', unsaved_files = [('t.c',kInput)])
# Skip until past start_decl.