mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-15 04:11:30 +00:00
Proper revert
This commit is contained in:
parent
f3132549d8
commit
8549b43646
@ -32,6 +32,7 @@ class KeyboardReportMatcher : public testing::MatcherInterface<report_keyboard_t
|
|||||||
report_keyboard_t m_report;
|
report_keyboard_t m_report;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
template<typename... Ts>
|
template<typename... Ts>
|
||||||
inline testing::Matcher<report_keyboard_t&> KeyboardReport(Ts... keys) {
|
inline testing::Matcher<report_keyboard_t&> KeyboardReport(Ts... keys) {
|
||||||
return testing::MakeMatcher(new KeyboardReportMatcher(std::vector<uint8_t>({keys...})));
|
return testing::MakeMatcher(new KeyboardReportMatcher(std::vector<uint8_t>({keys...})));
|
||||||
|
Loading…
Reference in New Issue
Block a user