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:
Mateusz Jablonski
2022-08-11 14:01:11 +00:00
committed by Compute-Runtime-Automation
parent fea9c9aca7
commit 6a46e8f0ca
215 changed files with 639 additions and 685 deletions

View File

@@ -11,7 +11,7 @@
namespace NEO {
class AlocationHelperTests : public TestLegacy<DeviceFixture> {
class AlocationHelperTests : public Test<DeviceFixture> {
public:
HeapAssigner heapAssigner = {};
};