Stop using virtual function in tests

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2021-10-19 19:28:05 +00:00
committed by Compute-Runtime-Automation
parent 9614d435c5
commit c097f405f1
7 changed files with 23 additions and 45 deletions

View File

@@ -7,6 +7,8 @@
#include "shared/test/common/mocks/mock_command_stream_receiver.h"
volatile uint32_t MockCommandStreamReceiver::mockTagAddress[MockCommandStreamReceiver::tagSize];
bool MockCommandStreamReceiver::flush(BatchBuffer &batchBuffer, ResidencyContainer &allocationsForResidency) {
return true;
}