mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:20:26 +08:00
Add missing override
Change-Id: Ife3cd59e43d315ecf3604e57b4cb1d4bea0c45d7 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
8fa206b73b
commit
e2b7f599b9
@@ -19,7 +19,7 @@ extern bool disabled;
|
||||
|
||||
class PageFaultManagerConfigFixture : public ::testing::Test {
|
||||
public:
|
||||
void SetUp() {
|
||||
void SetUp() override {
|
||||
if (PagaFaultManagerTestConfig::disabled) {
|
||||
GTEST_SKIP();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user