mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +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
@@ -203,12 +203,12 @@ struct DeviceTimestampPacketTests : public ::testing::Test, DeviceFixture {
|
||||
|
||||
void SetUp() override {
|
||||
DebugManager.flags.EnableTimestampPacket.set(1);
|
||||
DeviceFixture::SetUp();
|
||||
DeviceFixture::setUp();
|
||||
executionEnvironment = pDevice->executionEnvironment;
|
||||
}
|
||||
|
||||
void TearDown() override {
|
||||
DeviceFixture::TearDown();
|
||||
DeviceFixture::tearDown();
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user