Small error in my cherry-picking.

pull/966/head
Jesse Vincent 4 years ago
parent 072892111e
commit d8b674f4dc
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -71,7 +71,7 @@ void VirtualDeviceTest::ReleaseKey(KeyAddr addr) {
// ============================================================================= // =============================================================================
void VirtualDeviceTest::ExpectReport(Keycodes keys, void VirtualDeviceTest::ExpectReport(Keycodes keys,
std::string description) { std::string description) {
Millis report_timestamp{Runtime.millisAtCycleStart()}; size_t report_timestamp{Runtime.millisAtCycleStart()};
ClearReport(); ClearReport();
for (Key key : keys) { for (Key key : keys) {
AddToReport(key); AddToReport(key);

Loading…
Cancel
Save