mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Correct method names in device and module fixtures
correct naming in derived classes Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fea9c9aca7
commit
6a46e8f0ca
@@ -26,13 +26,13 @@ class ImageSurfaceStateTests : public DeviceFixture,
|
||||
public:
|
||||
ImageSurfaceStateTests() = default;
|
||||
void SetUp() override {
|
||||
DeviceFixture::SetUp();
|
||||
DeviceFixture::setUp();
|
||||
gmmHelper = pDevice->getGmmHelper();
|
||||
mockGmm = std::make_unique<MockGmm>(gmmHelper);
|
||||
}
|
||||
|
||||
void TearDown() override {
|
||||
DeviceFixture::TearDown();
|
||||
DeviceFixture::tearDown();
|
||||
}
|
||||
|
||||
std::unique_ptr<MockGmm> mockGmm;
|
||||
|
||||
Reference in New Issue
Block a user