[clang] [libclang/python] Fix incorrect assert in test (PR #114395)

2024-10-31 Thread Jannick Kremer via cfe-commits
https://github.com/DeinAlptraum closed https://github.com/llvm/llvm-project/pull/114395 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [libclang/python] Fix incorrect assert in test (PR #114395)

2024-10-31 Thread Vlad Serebrennikov via cfe-commits
https://github.com/Endilll approved this pull request. https://github.com/llvm/llvm-project/pull/114395 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [libclang/python] Fix incorrect assert in test (PR #114395)

2024-10-31 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Jannick Kremer (DeinAlptraum) Changes This mistake was introduced in #109846 --- Full diff: https://github.com/llvm/llvm-project/pull/114395.diff 1 Files Affected: - (modified) clang/bindings/python/tests/cindex/test_cursor.py (+1-1)

[clang] [libclang/python] Fix incorrect assert in test (PR #114395)

2024-10-31 Thread Jannick Kremer via cfe-commits
https://github.com/DeinAlptraum created https://github.com/llvm/llvm-project/pull/114395 This mistake was introduced in #109846 >From 5de030fa89f4dbda6d21224a3097d83b467d1575 Mon Sep 17 00:00:00 2001 From: Jannick Kremer Date: Thu, 31 Oct 2024 13:07:06 +0100 Subject: [PATCH] [libclang/python]