mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:00:01 +08:00
Remove not used parameters in PlatformFixture SetUp function
Change-Id: Ib58c97e377218350cea19373dd1f193c4cc32a45
This commit is contained in:
committed by
sys_ocldev
parent
b563e07394
commit
686209874a
@@ -400,7 +400,7 @@ struct ValidHostPtr
|
||||
|
||||
void SetUp() override {
|
||||
MemoryManagementFixture::SetUp();
|
||||
PlatformFixture::SetUp(numPlatformDevices, platformDevices);
|
||||
PlatformFixture::SetUp();
|
||||
BaseClass::SetUp();
|
||||
|
||||
auto pDevice = pPlatform->getDevice(0);
|
||||
|
||||
@@ -38,7 +38,7 @@ class GetMemObjectInfo : public ::testing::Test, public PlatformFixture, public
|
||||
|
||||
public:
|
||||
void SetUp() override {
|
||||
PlatformFixture::SetUp(numPlatformDevices, platformDevices);
|
||||
PlatformFixture::SetUp();
|
||||
DeviceFixture::SetUp();
|
||||
BufferDefaults::context = new MockContext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user