Skip to content

Commit b37d46d

Browse files
Remove not needed virtual keyword
Signed-off-by: Mateusz Hoppe <[email protected]>
1 parent a02c4dd commit b37d46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

level_zero/core/test/unit_tests/fixtures/device_fixture.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ struct ContextFixture : DeviceFixture {
7373
};
7474

7575
struct MultipleDevicesWithCustomHwInfo {
76-
virtual void SetUp();
77-
virtual void TearDown() {}
76+
void SetUp();
77+
void TearDown() {}
7878
NEO::HardwareInfo hwInfo;
7979
const uint32_t numSubslicesPerSlice = 4;
8080
const uint32_t numEuPerSubslice = 8;

0 commit comments

Comments
 (0)