mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 04:12:57 +08:00
Add a struct for test fixtures with correct method naming convention
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
aed890a219
commit
e6fc458d4b
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
class AlocationHelperTests : public Test<DeviceFixture> {
|
||||
class AlocationHelperTests : public TestLegacy<DeviceFixture> {
|
||||
public:
|
||||
HeapAssigner heapAssigner = {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user