mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-23 03:33:13 +08:00
Correct declaration of DrmResidencyHandlerTest class
Change-Id: I53c527954c44dcd7061975064365a1052d4fb5d1 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
using namespace NEO;
|
||||
|
||||
struct DrmResidencyHandlerTest : public ::testing::Test {
|
||||
void SetUp() {
|
||||
void SetUp() override {
|
||||
drmResidencyHandler = std::make_unique<DrmResidencyHandler>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user