Remove mock context class definition from device fixture

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-06-14 23:21:36 +00:00
committed by Compute-Runtime-Automation
parent a44ca08ad9
commit 9a8f2bb835
6 changed files with 88 additions and 78 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Intel Corporation
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -8,6 +8,7 @@
#pragma once
#include "level_zero/core/test/unit_tests/fixtures/device_fixture.h"
#include "gmock/gmock.h"
#include "sysman/fabric_port/fabric_port.h"
namespace L0 {