mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
Correct method names in device and module fixtures
correct naming in derived classes Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fea9c9aca7
commit
6a46e8f0ca
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
class AlocationHelperTests : public TestLegacy<DeviceFixture> {
|
||||
class AlocationHelperTests : public Test<DeviceFixture> {
|
||||
public:
|
||||
HeapAssigner heapAssigner = {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user