Skip to content

Commit ef8bdea

Browse files
committed
Merge branch 'release_70' of github.com:llvm-mirror/clang into release_70
2 parents c496552 + f286144 commit ef8bdea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bindings/python/tests/cindex/test_code_completion.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ class Q : public P {
6161
cr = tu.codeComplete('fake.cpp', 12, 5, unsaved_files=files)
6262

6363
expected = [
64-
"{'const', TypedText} || Priority: 40 || Availability: Available || Brief comment: None",
65-
"{'volatile', TypedText} || Priority: 40 || Availability: Available || Brief comment: None",
64+
"{'const', TypedText} || Priority: 50 || Availability: Available || Brief comment: None",
65+
"{'volatile', TypedText} || Priority: 50 || Availability: Available || Brief comment: None",
6666
"{'operator', TypedText} || Priority: 40 || Availability: Available || Brief comment: None",
67-
"{'P', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None",
68-
"{'Q', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None"
67+
"{'P', TypedText} || Priority: 50 || Availability: Available || Brief comment: None",
68+
"{'Q', TypedText} || Priority: 50 || Availability: Available || Brief comment: None"
6969
]
7070
self.check_completion_results(cr, expected)
7171

0 commit comments

Comments
 (0)