mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Remove not needed virtual function from tests
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
dbeb263868
commit
3d3881e7ad
@@ -147,8 +147,8 @@ struct Mock<MetricQuery> : public MetricQuery {
|
||||
class MetricContextFixture : public ContextFixture {
|
||||
|
||||
protected:
|
||||
void SetUp() override;
|
||||
void TearDown() override;
|
||||
void SetUp();
|
||||
void TearDown();
|
||||
void openMetricsAdapter();
|
||||
void openMetricsAdapterGroup();
|
||||
|
||||
@@ -171,8 +171,8 @@ class MetricContextFixture : public ContextFixture {
|
||||
class MetricMultiDeviceFixture : public MultiDeviceFixture {
|
||||
|
||||
protected:
|
||||
void SetUp() override;
|
||||
void TearDown() override;
|
||||
void SetUp();
|
||||
void TearDown();
|
||||
void openMetricsAdapter();
|
||||
void openMetricsAdapterSubDevice(uint32_t subDeviceIndex);
|
||||
void openMetricsAdapterGroup();
|
||||
|
||||
Reference in New Issue
Block a user