mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Code cleanup
Change-Id: I230f02c53887f029a9ae1110e7eb1abed34829d9 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
5014861783
commit
2c8efcf540
@@ -27,14 +27,14 @@ class MockSyncBufferHandler : public SyncBufferHandler {
|
||||
|
||||
class SyncBufferEnqueueHandlerTest : public EnqueueHandlerTest {
|
||||
public:
|
||||
void SetUp() {
|
||||
void SetUp() override {
|
||||
hardwareInfo = *defaultHwInfo;
|
||||
uint64_t hwInfoConfig = defaultHardwareInfoConfigTable[productFamily];
|
||||
hardwareInfoSetup[productFamily](&hardwareInfo, true, hwInfoConfig);
|
||||
SetUpImpl(&hardwareInfo);
|
||||
}
|
||||
|
||||
void TearDown() {
|
||||
void TearDown() override {
|
||||
context->decRefInternal();
|
||||
delete pClDevice;
|
||||
pClDevice = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user