test: fix minor errors

Related-To: NEO-15156, GSD-9939

Fixes warnings of variable not used and function override.

Signed-off-by: Chandio, Bibrak Qamar <bibrak.qamar.chandio@intel.com>
This commit is contained in:
Chandio, Bibrak Qamar
2025-08-07 11:09:06 +00:00
committed by Compute-Runtime-Automation
parent ef318257fc
commit 712dc8221e
2 changed files with 3 additions and 2 deletions

View File

@@ -1346,6 +1346,7 @@ TEST_F(ContextTest, whenCallingQueryVirtualMemPageSizeWithInvalidStartAddressThe
EXPECT_EQ(pageSize, defaultPageSize);
res = contextImp->destroy();
EXPECT_EQ(ZE_RESULT_SUCCESS, res);
}
TEST_F(ContextTest, whenCallingPhysicalMemInterfacesThenSuccessIsReturned) {