diff options
| author | Michał Górny <mgorny@gentoo.org> | 2018-10-18 17:47:20 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2018-10-18 17:47:45 +0200 |
| commit | 787f858be59c567331b550819725455384ef9f22 (patch) | |
| tree | 346a1d0e01f61b63a86efa59e4afb43c8e6f7685 /dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch | |
| parent | 196466c8576fe574a790bc584c3b6b857b0763a8 (diff) | |
| download | gentoo-787f858be59c567331b550819725455384ef9f22.tar.gz gentoo-787f858be59c567331b550819725455384ef9f22.tar.bz2 gentoo-787f858be59c567331b550819725455384ef9f22.zip | |
dev-python/clang-python: Test fix is in -9999 for some time
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch')
| -rw-r--r-- | dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch b/dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch deleted file mode 100644 index 824da55ca416..000000000000 --- a/dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch +++ /dev/null @@ -1,33 +0,0 @@ -From c083c4bbe436bb0db520998e035ec384dd87e0ad Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Thu, 2 Aug 2018 10:25:10 +0200 -Subject: [PATCH] [python] [tests] Update test_code_completion - -Update expected completions to match output generated by clang-7.0. ---- - bindings/python/tests/cindex/test_code_completion.py | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/bindings/python/tests/cindex/test_code_completion.py b/bindings/python/tests/cindex/test_code_completion.py -index a56bb304cd..efc7912c91 100644 ---- a/tests/cindex/test_code_completion.py -+++ b/tests/cindex/test_code_completion.py -@@ -61,11 +61,11 @@ void f(P x, Q y) { - cr = tu.codeComplete('fake.cpp', 12, 5, unsaved_files=files) - - expected = [ -- "{'const', TypedText} || Priority: 40 || Availability: Available || Brief comment: None", -- "{'volatile', TypedText} || Priority: 40 || Availability: Available || Brief comment: None", -+ "{'const', TypedText} || Priority: 50 || Availability: Available || Brief comment: None", -+ "{'volatile', TypedText} || Priority: 50 || Availability: Available || Brief comment: None", - "{'operator', TypedText} || Priority: 40 || Availability: Available || Brief comment: None", -- "{'P', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None", -- "{'Q', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None" -+ "{'P', TypedText} || Priority: 50 || Availability: Available || Brief comment: None", -+ "{'Q', TypedText} || Priority: 50 || Availability: Available || Brief comment: None" - ] - self.check_completion_results(cr, expected) - --- -2.19.0 - |
