[all-commits] [llvm/llvm-project] b56b4e: Fix tests of lookup table generator (#139463)
Robin Caloudis via All-commits
all-commits at lists.llvm.org
Tue May 27 04:45:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b56b4e02b5424d5f180c068c1ba93a9c6da0470d
https://github.com/llvm/llvm-project/commit/b56b4e02b5424d5f180c068c1ba93a9c6da0470d
Author: Robin Caloudis <robin.caloudis at gmx.de>
Date: 2025-05-27 (Tue, 27 May 2025)
Changed paths:
M clang/tools/include-mapping/test.py
Log Message:
-----------
Fix tests of lookup table generator (#139463)
## Why
In
https://github.com/llvm/llvm-project/pull/113612/files#diff-ada12e18f3e902b41b6989b46455c4e32656276e59907026e2464cf57d10d583,
the parameter `qual_name` was introduced. However, the tests have not
been adopted accordingly and hence cannot be executed.
## What
Fix the execution of tests by providing the missing argument.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list