We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7ea1d commit f6443a2Copy full SHA for f6443a2
shared/test/unit_test/memory_manager/physical_address_allocator_hw_tests.cpp
@@ -26,11 +26,7 @@ class MockPhysicalAddressAllocatorHw : public PhysicalAddressAllocatorHw<GfxFami
26
MockPhysicalAddressAllocatorHw() : PhysicalAddressAllocatorHw<GfxFamily>(MemoryConstants::gigaByte, 4) {}
27
};
28
29
-struct PhysicalAddressAllocatorFixture {
30
- void SetUp() {}
31
- void TearDown() {}
32
-};
33
-typedef Test<PhysicalAddressAllocatorFixture> PhysicalAddressAllocatorHwTest;
+using PhysicalAddressAllocatorHwTest = ::testing::Test;
34
35
HWTEST_F(PhysicalAddressAllocatorHwTest, givenZeroBanksWhenPageInBankIsReservedThenMainAllocatorIsUsed) {
36
size_t bankSize = 1024 * MemoryConstants::pageSize;
0 commit comments