mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove usage of TestLegacy from shared tests
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
cb23a38aad
commit
bfc0919999
@ -1852,7 +1852,7 @@ TEST_F(MemoryAllocatorTest, GivenSizeWhenGmmIsCreatedThenNonNullPointerIsReturne
|
||||
delete gmm;
|
||||
}
|
||||
|
||||
typedef TestLegacy<MemoryManagerWithCsrFixture> MemoryManagerWithCsrTest;
|
||||
typedef Test<MemoryManagerWithCsrFixture> MemoryManagerWithCsrTest;
|
||||
|
||||
TEST_F(MemoryManagerWithCsrTest, GivenAllocationsInHostPtrManagerWhenBiggerOverllapingAllocationIsCreatedAndNothingToCleanThenAbortExecution) {
|
||||
void *cpuPtr1 = (void *)0x100004;
|
||||
|
Reference in New Issue
Block a user