mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
add missing override
Change-Id: I2db6b415fd4c79f7040452380d9e340780a6ad78 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
@@ -39,10 +39,10 @@ class SamplerCreateTest
|
||||
ze_sampler_filter_mode_t,
|
||||
ze_bool_t>> {
|
||||
public:
|
||||
void SetUp() {
|
||||
void SetUp() override {
|
||||
Test<DeviceFixture>::SetUp();
|
||||
}
|
||||
void TearDown() {
|
||||
void TearDown() override {
|
||||
Test<DeviceFixture>::TearDown();
|
||||
}
|
||||
};
|
||||
@@ -152,4 +152,4 @@ INSTANTIATE_TEST_CASE_P(SamplerDescCombinations, SamplerCreateTest,
|
||||
samplerIsNormalized));
|
||||
|
||||
} // namespace ult
|
||||
} // namespace L0
|
||||
} // namespace L0
|
||||
|
||||
Reference in New Issue
Block a user