mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Cleanup includes in mock_device.h
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0cea7fe6d1
commit
4882f51721
@@ -10,6 +10,7 @@
|
||||
#include "shared/test/common/mocks/mock_modules_zebin.h"
|
||||
|
||||
#include "opencl/test/unit_test/mocks/mock_buffer.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_program.h"
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
@@ -49,4 +50,6 @@ void ProgramWithZebinFixture::populateProgramWithSegments(NEO::MockProgram *prog
|
||||
|
||||
program->buildInfos[rootDeviceIndex].constStringSectionData.initData = &strings;
|
||||
program->buildInfos[rootDeviceIndex].constStringSectionData.size = sizeof(strings);
|
||||
}
|
||||
}
|
||||
ProgramWithZebinFixture::ProgramWithZebinFixture() = default;
|
||||
ProgramWithZebinFixture::~ProgramWithZebinFixture() = default;
|
||||
|
||||
Reference in New Issue
Block a user