mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed an intermittent test failure
This commit is contained in:
parent
3f2678b38e
commit
b434b320a1
1 changed files with 3 additions and 1 deletions
|
|
@ -184,9 +184,11 @@ namespace DestinationTestHelpers
|
|||
|
||||
for (auto& event : events)
|
||||
loggedEventQueue.push_back (event);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
void stopLoggingEvents() override {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue